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