#ffe0e4
a pale, electric red · warm · closest name: lavender
RGB
255, 224, 228
HSL
352°, 100%, 94%
CMYK
0, 12, 11, 0
Luminance
0.8017
Every format
| HEX | #ffe0e4 |
| RGB | rgb(255, 224, 228) |
| HSL | hsl(352, 100%, 94%) |
| CMYK | cmyk(0%, 12%, 11%, 0%) |
| LAB | lab(91.8 11.3 2.0) |
| LCH | lch(91.8 11.5 9.9) |
| OKLCH | oklch(0.933 0.035 8.9) |
Copy-ready code
/* CSS */
color: #ffe0e4;
background-color: #ffe0e4;
/* Tailwind (arbitrary) */
class="text-[#ffe0e4] bg-[#ffe0e4]"
/* SCSS */
$brand: #ffe0e4;
/* SwiftUI */
Color(red: 1.000, green: 0.878, blue: 0.894)
/* Android */
Color.parseColor("#ffe0e4")Accessibility — WCAG contrast
Aa
#ffe0e4 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe0e4 on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.8%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow10.6%
Key (black)0.0%
Color previews
#ffe0e4 text on a black background
contrast 17.03:1
Card sample
#ffe0e4 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe0e4;
Background color
Panel with #ffe0e4 background
background-color: #ffe0e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe0e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 224, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 224, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe0e4; background: linear-gradient(135deg, #ffe0e4, #FFF1E0);