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