#fceee8
a pale, electric orange · warm · closest name: white
RGB
252, 238, 232
HSL
18°, 77%, 95%
CMYK
0, 6, 8, 1
Luminance
0.8767
Every format
| HEX | #fceee8 |
| RGB | rgb(252, 238, 232) |
| HSL | hsl(18, 77%, 95%) |
| CMYK | cmyk(0%, 6%, 8%, 1%) |
| LAB | lab(95.0 3.7 4.6) |
| LCH | lch(95.0 5.9 51.1) |
| OKLCH | oklch(0.959 0.017 44.8) |
Copy-ready code
/* CSS */
color: #fceee8;
background-color: #fceee8;
/* Tailwind (arbitrary) */
class="text-[#fceee8] bg-[#fceee8]"
/* SCSS */
$brand: #fceee8;
/* SwiftUI */
Color(red: 0.988, green: 0.933, blue: 0.910)
/* Android */
Color.parseColor("#fceee8")Accessibility — WCAG contrast
Aa
#fceee8 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceee8 on black: 18.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green93.3%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow7.9%
Key (black)1.2%
Color previews
#fceee8 text on a black background
contrast 18.53:1
Card sample
#fceee8 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceee8;
Background color
Panel with #fceee8 background
background-color: #fceee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 238, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 238, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceee8; background: linear-gradient(135deg, #fceee8, #FCFBE8);