#fce6df
a pale, electric red · warm · closest name: ivory
RGB
252, 230, 223
HSL
15°, 83%, 93%
CMYK
0, 9, 12, 1
Luminance
0.8262
Every format
| HEX | #fce6df |
| RGB | rgb(252, 230, 223) |
| HSL | hsl(15, 83%, 93%) |
| CMYK | cmyk(0%, 9%, 12%, 1%) |
| LAB | lab(92.8 6.3 6.1) |
| LCH | lch(92.8 8.8 43.9) |
| OKLCH | oklch(0.941 0.026 38.5) |
Copy-ready code
/* CSS */
color: #fce6df;
background-color: #fce6df;
/* Tailwind (arbitrary) */
class="text-[#fce6df] bg-[#fce6df]"
/* SCSS */
$brand: #fce6df;
/* SwiftUI */
Color(red: 0.988, green: 0.902, blue: 0.875)
/* Android */
Color.parseColor("#fce6df")Accessibility — WCAG contrast
Aa
#fce6df on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fce6df on black: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green90.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow11.5%
Key (black)1.2%
Color previews
#fce6df text on a black background
contrast 17.52:1
Card sample
#fce6df text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fce6df;
Background color
Panel with #fce6df background
background-color: #fce6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fce6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 230, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 230, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fce6df; background: linear-gradient(135deg, #fce6df, #FCF9DF);