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