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