#fceee3
a pale, electric orange · warm · closest name: ivory
RGB
252, 238, 227
HSL
26°, 81%, 94%
CMYK
0, 6, 10, 1
Luminance
0.8739
Every format
| HEX | #fceee3 |
| RGB | rgb(252, 238, 227) |
| HSL | hsl(26, 81%, 94%) |
| CMYK | cmyk(0%, 6%, 10%, 1%) |
| LAB | lab(94.9 2.9 7.0) |
| LCH | lch(94.9 7.6 67.5) |
| OKLCH | oklch(0.957 0.021 60.7) |
Copy-ready code
/* CSS */
color: #fceee3;
background-color: #fceee3;
/* Tailwind (arbitrary) */
class="text-[#fceee3] bg-[#fceee3]"
/* SCSS */
$brand: #fceee3;
/* SwiftUI */
Color(red: 0.988, green: 0.933, blue: 0.890)
/* Android */
Color.parseColor("#fceee3")Accessibility — WCAG contrast
Aa
#fceee3 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceee3 on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green93.3%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow9.9%
Key (black)1.2%
Color previews
#fceee3 text on a black background
contrast 18.48:1
Card sample
#fceee3 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceee3;
Background color
Panel with #fceee3 background
background-color: #fceee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 238, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 238, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceee3; background: linear-gradient(135deg, #fceee3, #F9FCE3);