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