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