CSS named color
BlanchedAlmond
#FFEBCD
HEX
#ffebcdRGB
rgb(255, 235, 205)HSL
hsl(36, 100%, 90%)OKLCH
oklch(94.84% 0.0449 78.06)NAME
blanchedalmondPalette
Complementary
180° on the color wheelComplement
#CCE0FF
Analogous
±30° around the base hueLeft
#FFD1CC
Right
#FAFFCC
Triadic
±120° for harmonic contrastTriad 1
#CCFFEB
Triad 2
#EBCCFF
Shades
Lighter and darker variantsCSS usage
By name
color: blanchedalmond;
background-color: blanchedalmond;By HEX
color: #ffebcd;
background-color: #ffebcd;By RGB
color: rgb(255, 235, 205);
background-color: rgb(255, 235, 205);By HSL
color: hsl(36, 100%, 90%);
background-color: hsl(36, 100%, 90%);WCAG contrast vs white
Aa
1.17:1
Below minimum
WCAG contrast vs black
Aa
18.02:1
AAA
Related colors
FAQ — BlanchedAlmond
What is the HEX code for BlanchedAlmond?
The HEX code for BlanchedAlmond is #FFEBCD. It's one of the 148 named CSS colors and can be used directly in CSS as color: blanchedalmond; or color: #ffebcd;
What is BlanchedAlmond in RGB?
BlanchedAlmond in RGB is rgb(255, 235, 205) — red 255, green 235, blue 205.
What is BlanchedAlmond in HSL?
BlanchedAlmond in HSL is hsl(36, 100%, 90%) — hue 36°, saturation 100%, lightness 90%.
What is the complementary color of BlanchedAlmond?
The complementary color (directly opposite BlanchedAlmond on the color wheel) is #CCE0FF. The two together produce maximum contrast.
Is white text readable on BlanchedAlmond?
The WCAG contrast ratio against white (#FFFFFF) is 1.17:1, and against black (#000000) it's 18.02:1. Black text is more readable. WCAG recommends at least 4.5:1 for body text.