#fcebbd
a pale, electric yellow · warm · closest name: beige
RGB
252, 235, 189
HSL
44°, 91%, 87%
CMYK
0, 7, 25, 1
Luminance
0.8379
Every format
| HEX | #fcebbd |
| RGB | rgb(252, 235, 189) |
| HSL | hsl(44, 91%, 87%) |
| CMYK | cmyk(0%, 7%, 25%, 1%) |
| LAB | lab(93.4 -1.2 24.4) |
| LCH | lch(93.4 24.5 92.8) |
| OKLCH | oklch(0.942 0.062 90.2) |
Copy-ready code
/* CSS */
color: #fcebbd;
background-color: #fcebbd;
/* Tailwind (arbitrary) */
class="text-[#fcebbd] bg-[#fcebbd]"
/* SCSS */
$brand: #fcebbd;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.741)
/* Android */
Color.parseColor("#fcebbd")Accessibility — WCAG contrast
Aa
#fcebbd on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcebbd on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow25.0%
Key (black)1.2%
Color previews
#fcebbd text on a black background
contrast 17.76:1
Card sample
#fcebbd text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcebbd;
Background color
Panel with #fcebbd background
background-color: #fcebbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcebbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcebbd; background: linear-gradient(135deg, #fcebbd, #E3FCBD);