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