#ffe4db
a pale, electric orange · warm · closest name: ivory
RGB
255, 228, 219
HSL
15°, 100%, 93%
CMYK
0, 11, 14, 0
Luminance
0.8186
Every format
| HEX | #ffe4db |
| RGB | rgb(255, 228, 219) |
| HSL | hsl(15, 100%, 93%) |
| CMYK | cmyk(0%, 11%, 14%, 0%) |
| LAB | lab(92.5 7.8 7.8) |
| LCH | lch(92.5 11.0 44.8) |
| OKLCH | oklch(0.938 0.032 39.3) |
Copy-ready code
/* CSS */
color: #ffe4db;
background-color: #ffe4db;
/* Tailwind (arbitrary) */
class="text-[#ffe4db] bg-[#ffe4db]"
/* SCSS */
$brand: #ffe4db;
/* SwiftUI */
Color(red: 1.000, green: 0.894, blue: 0.859)
/* Android */
Color.parseColor("#ffe4db")Accessibility — WCAG contrast
Aa
#ffe4db on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe4db on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green89.4%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow14.1%
Key (black)0.0%
Color previews
#ffe4db text on a black background
contrast 17.37:1
Card sample
#ffe4db text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe4db;
Background color
Panel with #ffe4db background
background-color: #ffe4db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe4db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 228, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 228, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe4db; background: linear-gradient(135deg, #ffe4db, #FFFCDB);