#fcf1e2
a pale, electric orange · warm · closest name: ivory
RGB
252, 241, 226
HSL
35°, 81%, 94%
CMYK
0, 4, 10, 1
Luminance
0.8910
Every format
| HEX | #fcf1e2 |
| RGB | rgb(252, 241, 226) |
| HSL | hsl(35, 81%, 94%) |
| CMYK | cmyk(0%, 4%, 10%, 1%) |
| LAB | lab(95.6 1.2 8.6) |
| LCH | lch(95.6 8.7 82.0) |
| OKLCH | oklch(0.963 0.023 75.9) |
Copy-ready code
/* CSS */
color: #fcf1e2;
background-color: #fcf1e2;
/* Tailwind (arbitrary) */
class="text-[#fcf1e2] bg-[#fcf1e2]"
/* SCSS */
$brand: #fcf1e2;
/* SwiftUI */
Color(red: 0.988, green: 0.945, blue: 0.886)
/* Android */
Color.parseColor("#fcf1e2")Accessibility — WCAG contrast
Aa
#fcf1e2 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf1e2 on black: 18.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.5%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow10.3%
Key (black)1.2%
Color previews
#fcf1e2 text on a black background
contrast 18.82:1
Card sample
#fcf1e2 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf1e2;
Background color
Panel with #fcf1e2 background
background-color: #fcf1e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf1e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 241, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 241, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf1e2; background: linear-gradient(135deg, #fcf1e2, #F6FCE2);