#fcead4
a pale, electric orange · warm · closest name: beige
RGB
252, 234, 212
HSL
33°, 87%, 91%
CMYK
0, 7, 16, 1
Luminance
0.8429
Every format
| HEX | #fcead4 |
| RGB | rgb(252, 234, 212) |
| HSL | hsl(33, 87%, 91%) |
| CMYK | cmyk(0%, 7%, 16%, 1%) |
| LAB | lab(93.6 2.6 12.9) |
| LCH | lch(93.6 13.2 78.6) |
| OKLCH | oklch(0.946 0.035 72.9) |
Copy-ready code
/* CSS */
color: #fcead4;
background-color: #fcead4;
/* Tailwind (arbitrary) */
class="text-[#fcead4] bg-[#fcead4]"
/* SCSS */
$brand: #fcead4;
/* SwiftUI */
Color(red: 0.988, green: 0.918, blue: 0.831)
/* Android */
Color.parseColor("#fcead4")Accessibility — WCAG contrast
Aa
#fcead4 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcead4 on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green91.8%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow15.9%
Key (black)1.2%
Color previews
#fcead4 text on a black background
contrast 17.86:1
Card sample
#fcead4 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcead4;
Background color
Panel with #fcead4 background
background-color: #fcead4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcead4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 234, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 234, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcead4; background: linear-gradient(135deg, #fcead4, #F3FCD4);