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