#fcf0e7
a pale, electric orange · warm · closest name: ivory
RGB
252, 240, 231
HSL
26°, 78%, 95%
CMYK
0, 5, 8, 1
Luminance
0.8879
Every format
| HEX | #fcf0e7 |
| RGB | rgb(252, 240, 231) |
| HSL | hsl(26, 78%, 95%) |
| CMYK | cmyk(0%, 5%, 8%, 1%) |
| LAB | lab(95.5 2.5 5.8) |
| LCH | lch(95.5 6.3 66.4) |
| OKLCH | oklch(0.962 0.018 59.5) |
Copy-ready code
/* CSS */
color: #fcf0e7;
background-color: #fcf0e7;
/* Tailwind (arbitrary) */
class="text-[#fcf0e7] bg-[#fcf0e7]"
/* SCSS */
$brand: #fcf0e7;
/* SwiftUI */
Color(red: 0.988, green: 0.941, blue: 0.906)
/* Android */
Color.parseColor("#fcf0e7")Accessibility — WCAG contrast
Aa
#fcf0e7 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf0e7 on black: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.1%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow8.3%
Key (black)1.2%
Color previews
#fcf0e7 text on a black background
contrast 18.76:1
Card sample
#fcf0e7 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf0e7;
Background color
Panel with #fcf0e7 background
background-color: #fcf0e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf0e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 240, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 240, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf0e7; background: linear-gradient(135deg, #fcf0e7, #FAFCE7);