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