#fcebad
a light, electric yellow · cool · closest name: khaki
RGB
252, 235, 173
HSL
47°, 93%, 83%
CMYK
0, 7, 31, 1
Luminance
0.8313
Every format
| HEX | #fcebad |
| RGB | rgb(252, 235, 173) |
| HSL | hsl(47, 93%, 83%) |
| CMYK | cmyk(0%, 7%, 31%, 1%) |
| LAB | lab(93.1 -3.2 32.2) |
| LCH | lch(93.1 32.4 95.7) |
| OKLCH | oklch(0.939 0.081 94.6) |
Copy-ready code
/* CSS */
color: #fcebad;
background-color: #fcebad;
/* Tailwind (arbitrary) */
class="text-[#fcebad] bg-[#fcebad]"
/* SCSS */
$brand: #fcebad;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.678)
/* Android */
Color.parseColor("#fcebad")Accessibility — WCAG contrast
Aa
#fcebad on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcebad on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow31.3%
Key (black)1.2%
Color previews
#fcebad text on a black background
contrast 17.63:1
Card sample
#fcebad text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcebad;
Background color
Panel with #fcebad background
background-color: #fcebad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcebad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcebad; background: linear-gradient(135deg, #fcebad, #D8FCAD);