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