#fcf3e4
a pale, electric orange · warm · closest name: ivory
RGB
252, 243, 228
HSL
38°, 80%, 94%
CMYK
0, 4, 10, 1
Luminance
0.9040
Every format
| HEX | #fcf3e4 |
| RGB | rgb(252, 243, 228) |
| HSL | hsl(38, 80%, 94%) |
| CMYK | cmyk(0%, 4%, 10%, 1%) |
| LAB | lab(96.2 0.5 8.3) |
| LCH | lch(96.2 8.3 86.4) |
| OKLCH | oklch(0.967 0.022 80.7) |
Copy-ready code
/* CSS */
color: #fcf3e4;
background-color: #fcf3e4;
/* Tailwind (arbitrary) */
class="text-[#fcf3e4] bg-[#fcf3e4]"
/* SCSS */
$brand: #fcf3e4;
/* SwiftUI */
Color(red: 0.988, green: 0.953, blue: 0.894)
/* Android */
Color.parseColor("#fcf3e4")Accessibility — WCAG contrast
Aa
#fcf3e4 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf3e4 on black: 19.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green95.3%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow9.5%
Key (black)1.2%
Color previews
#fcf3e4 text on a black background
contrast 19.08:1
Card sample
#fcf3e4 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf3e4;
Background color
Panel with #fcf3e4 background
background-color: #fcf3e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf3e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 243, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 243, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf3e4; background: linear-gradient(135deg, #fcf3e4, #F5FCE4);