#ffe8df
a pale, electric orange · warm · closest name: ivory
RGB
255, 232, 223
HSL
17°, 100%, 94%
CMYK
0, 9, 13, 0
Luminance
0.8430
Every format
| HEX | #ffe8df |
| RGB | rgb(255, 232, 223) |
| HSL | hsl(17, 100%, 94%) |
| CMYK | cmyk(0%, 9%, 13%, 0%) |
| LAB | lab(93.6 6.4 7.2) |
| LCH | lch(93.6 9.6 48.5) |
| OKLCH | oklch(0.947 0.028 42.7) |
Copy-ready code
/* CSS */
color: #ffe8df;
background-color: #ffe8df;
/* Tailwind (arbitrary) */
class="text-[#ffe8df] bg-[#ffe8df]"
/* SCSS */
$brand: #ffe8df;
/* SwiftUI */
Color(red: 1.000, green: 0.910, blue: 0.875)
/* Android */
Color.parseColor("#ffe8df")Accessibility — WCAG contrast
Aa
#ffe8df on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe8df on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green91.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow12.5%
Key (black)0.0%
Color previews
#ffe8df text on a black background
contrast 17.86:1
Card sample
#ffe8df text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe8df;
Background color
Panel with #ffe8df background
background-color: #ffe8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 232, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 232, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe8df; background: linear-gradient(135deg, #ffe8df, #FFFDDF);