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