#fce8df
a pale, electric orange · warm · closest name: ivory
RGB
252, 232, 223
HSL
19°, 83%, 93%
CMYK
0, 8, 12, 1
Luminance
0.8374
Every format
| HEX | #fce8df |
| RGB | rgb(252, 232, 223) |
| HSL | hsl(19, 83%, 93%) |
| CMYK | cmyk(0%, 8%, 12%, 1%) |
| LAB | lab(93.3 5.3 6.8) |
| LCH | lch(93.3 8.7 52.0) |
| OKLCH | oklch(0.945 0.025 45.9) |
Copy-ready code
/* CSS */
color: #fce8df;
background-color: #fce8df;
/* Tailwind (arbitrary) */
class="text-[#fce8df] bg-[#fce8df]"
/* SCSS */
$brand: #fce8df;
/* SwiftUI */
Color(red: 0.988, green: 0.910, blue: 0.875)
/* Android */
Color.parseColor("#fce8df")Accessibility — WCAG contrast
Aa
#fce8df on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fce8df on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green91.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow11.5%
Key (black)1.2%
Color previews
#fce8df text on a black background
contrast 17.75:1
Card sample
#fce8df text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fce8df;
Background color
Panel with #fce8df background
background-color: #fce8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fce8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 232, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 232, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fce8df; background: linear-gradient(135deg, #fce8df, #FCFBDF);