#fce5db
a pale, electric orange · warm · closest name: ivory
RGB
252, 229, 219
HSL
18°, 85%, 92%
CMYK
0, 9, 13, 1
Luminance
0.8185
Every format
| HEX | #fce5db |
| RGB | rgb(252, 229, 219) |
| HSL | hsl(18, 85%, 92%) |
| CMYK | cmyk(0%, 9%, 13%, 1%) |
| LAB | lab(92.5 6.2 7.7) |
| LCH | lch(92.5 9.9 51.1) |
| OKLCH | oklch(0.938 0.029 45.0) |
Copy-ready code
/* CSS */
color: #fce5db;
background-color: #fce5db;
/* Tailwind (arbitrary) */
class="text-[#fce5db] bg-[#fce5db]"
/* SCSS */
$brand: #fce5db;
/* SwiftUI */
Color(red: 0.988, green: 0.898, blue: 0.859)
/* Android */
Color.parseColor("#fce5db")Accessibility — WCAG contrast
Aa
#fce5db on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fce5db on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green89.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow13.1%
Key (black)1.2%
Color previews
#fce5db text on a black background
contrast 17.37:1
Card sample
#fce5db text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fce5db;
Background color
Panel with #fce5db background
background-color: #fce5db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fce5db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 229, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 229, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fce5db; background: linear-gradient(135deg, #fce5db, #FCFBDB);