#fceee0
a pale, electric orange · warm · closest name: ivory
RGB
252, 238, 224
HSL
30°, 82%, 93%
CMYK
0, 6, 11, 1
Luminance
0.8723
Every format
| HEX | #fceee0 |
| RGB | rgb(252, 238, 224) |
| HSL | hsl(30, 82%, 93%) |
| CMYK | cmyk(0%, 6%, 11%, 1%) |
| LAB | lab(94.8 2.4 8.5) |
| LCH | lch(94.8 8.8 74.0) |
| OKLCH | oklch(0.956 0.024 67.5) |
Copy-ready code
/* CSS */
color: #fceee0;
background-color: #fceee0;
/* Tailwind (arbitrary) */
class="text-[#fceee0] bg-[#fceee0]"
/* SCSS */
$brand: #fceee0;
/* SwiftUI */
Color(red: 0.988, green: 0.933, blue: 0.878)
/* Android */
Color.parseColor("#fceee0")Accessibility — WCAG contrast
Aa
#fceee0 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceee0 on black: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green93.3%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow11.1%
Key (black)1.2%
Color previews
#fceee0 text on a black background
contrast 18.45:1
Card sample
#fceee0 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceee0;
Background color
Panel with #fceee0 background
background-color: #fceee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 238, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 238, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceee0; background: linear-gradient(135deg, #fceee0, #F7FCE0);