#FFEBCD color codes
- HEX
- #FFEBCD
- HEX8
- #FFEBCDFF
- HEX8 (Android)
- #FFFFEBCD
- RGB
- rgb(255, 235, 205)
- RGB (%)
- 100%, 92%, 80%
- HSL
- hsl(36, 100%, 90%)
- HSV / HSB
- hsv(36, 20%, 100%)
- CMYK
- cmyk(0%, 8%, 20%, 0%)
- OKLCH
- oklch(0.9484 0.0449 78.06)
- OKLCH (%)
- oklch(94.84% 0.0449 78.06)
- Decimal
- 16772045
What color is #FFEBCD?
#FFEBCD sits at 95% lightness and 0.0449 chroma in OKLCH, hue 78.06°. Its nearest named color is BlanchedAlmond (an exact match).
Shades and tints of #FFEBCD
Tints
Shades
Tones
#FFEBCD color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #FFEBCD in CSS
.text { color: #FFEBCD; }
.background { background-color: #FFEBCD; }
.border { border: 2px solid #FFEBCD; }
/* Modern, perceptually uniform */
.text { color: oklch(0.9484 0.0449 78.06); }
/* #FFEBCD at 50% transparency */
.overlay { background-color: #FFEBCD80; }Is #FFEBCD accessible?
#FFEBCD on white text scores 1.17:1; on black text it scores 18.02:1. Black text passes WCAG AAA on #FFEBCD. Recommended text color on a #FFEBCD background: black.
A 18.02:1 vs black
A 1.17:1 vs white
- AA normal ≥ 4.5 Pass
- AA large ≥ 3 Pass
- AAA normal ≥ 7 Pass
- AAA large ≥ 4.5 Pass
Recommended text color: black
CSS
contrast-color() contrast-color(#FFEBCD) → black APCA Lc experimental 95.7 Lc · body text — preferred (black text)
WCAG 2.1 AA/AAA is the compliance floor; APCA is an optional readability metric.
Related colors
See more in the orange family on the colors hub.
Frequently asked questions
- What color is #FFEBCD?
- #FFEBCD is BlanchedAlmond. In RGB it is rgb(255, 235, 205), and in HSL hsl(36, 100%, 90%).
- What is #FFEBCD in RGB?
- #FFEBCD converts to rgb(255, 235, 205) — red 255, green 235, blue 205.
- What text color is readable on #FFEBCD?
- Black text — it has the higher contrast ratio (18.02:1) against #FFEBCD. Black text passes WCAG AAA on #FFEBCD.