#fce2db
a pale, electric red · warm · closest name: ivory
RGB
252, 226, 219
HSL
13°, 85%, 92%
CMYK
0, 10, 13, 1
Luminance
0.8020
Every format
| HEX | #fce2db |
| RGB | rgb(252, 226, 219) |
| HSL | hsl(13, 85%, 92%) |
| CMYK | cmyk(0%, 10%, 13%, 1%) |
| LAB | lab(91.8 7.8 6.7) |
| LCH | lch(91.8 10.3 40.6) |
| OKLCH | oklch(0.932 0.030 35.5) |
Copy-ready code
/* CSS */
color: #fce2db;
background-color: #fce2db;
/* Tailwind (arbitrary) */
class="text-[#fce2db] bg-[#fce2db]"
/* SCSS */
$brand: #fce2db;
/* SwiftUI */
Color(red: 0.988, green: 0.886, blue: 0.859)
/* Android */
Color.parseColor("#fce2db")Accessibility — WCAG contrast
Aa
#fce2db on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fce2db on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green88.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow13.1%
Key (black)1.2%
Color previews
#fce2db text on a black background
contrast 17.04:1
Card sample
#fce2db text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fce2db;
Background color
Panel with #fce2db background
background-color: #fce2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fce2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 226, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 226, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fce2db; background: linear-gradient(135deg, #fce2db, #FCF8DB);