#fcead2
a pale, electric orange · warm · closest name: beige
RGB
252, 234, 210
HSL
34°, 88%, 91%
CMYK
0, 7, 17, 1
Luminance
0.8419
Every format
| HEX | #fcead2 |
| RGB | rgb(252, 234, 210) |
| HSL | hsl(34, 88%, 91%) |
| CMYK | cmyk(0%, 7%, 17%, 1%) |
| LAB | lab(93.5 2.3 13.9) |
| LCH | lch(93.5 14.1 80.6) |
| OKLCH | oklch(0.945 0.037 75.2) |
Copy-ready code
/* CSS */
color: #fcead2;
background-color: #fcead2;
/* Tailwind (arbitrary) */
class="text-[#fcead2] bg-[#fcead2]"
/* SCSS */
$brand: #fcead2;
/* SwiftUI */
Color(red: 0.988, green: 0.918, blue: 0.824)
/* Android */
Color.parseColor("#fcead2")Accessibility — WCAG contrast
Aa
#fcead2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcead2 on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green91.8%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow16.7%
Key (black)1.2%
Color previews
#fcead2 text on a black background
contrast 17.84:1
Card sample
#fcead2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcead2;
Background color
Panel with #fcead2 background
background-color: #fcead2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcead2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 234, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 234, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcead2; background: linear-gradient(135deg, #fcead2, #F2FCD2);