#ffe4df
a pale, electric red · warm · closest name: white
RGB
255, 228, 223
HSL
9°, 100%, 94%
CMYK
0, 11, 13, 0
Luminance
0.8207
Every format
| HEX | #ffe4df |
| RGB | rgb(255, 228, 223) |
| HSL | hsl(9, 100%, 94%) |
| CMYK | cmyk(0%, 11%, 13%, 0%) |
| LAB | lab(92.6 8.4 5.8) |
| LCH | lch(92.6 10.2 34.6) |
| OKLCH | oklch(0.940 0.031 30.2) |
Copy-ready code
/* CSS */
color: #ffe4df;
background-color: #ffe4df;
/* Tailwind (arbitrary) */
class="text-[#ffe4df] bg-[#ffe4df]"
/* SCSS */
$brand: #ffe4df;
/* SwiftUI */
Color(red: 1.000, green: 0.894, blue: 0.875)
/* Android */
Color.parseColor("#ffe4df")Accessibility — WCAG contrast
Aa
#ffe4df on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe4df on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green89.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow12.5%
Key (black)0.0%
Color previews
#ffe4df text on a black background
contrast 17.41:1
Card sample
#ffe4df text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe4df;
Background color
Panel with #ffe4df background
background-color: #ffe4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 228, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 228, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe4df; background: linear-gradient(135deg, #ffe4df, #FFF9DF);