#ffe5f6
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 229, 246
HSL
321°, 100%, 95%
CMYK
0, 10, 4, 0
Luminance
0.8395
Every format
| HEX | #ffe5f6 |
| RGB | rgb(255, 229, 246) |
| HSL | hsl(321, 100%, 95%) |
| CMYK | cmyk(0%, 10%, 4%, 0%) |
| LAB | lab(93.4 11.7 -5.0) |
| LCH | lch(93.4 12.7 336.9) |
| OKLCH | oklch(0.948 0.036 338.6) |
Copy-ready code
/* CSS */
color: #ffe5f6;
background-color: #ffe5f6;
/* Tailwind (arbitrary) */
class="text-[#ffe5f6] bg-[#ffe5f6]"
/* SCSS */
$brand: #ffe5f6;
/* SwiftUI */
Color(red: 1.000, green: 0.898, blue: 0.965)
/* Android */
Color.parseColor("#ffe5f6")Accessibility — WCAG contrast
Aa
#ffe5f6 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe5f6 on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green89.8%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow3.5%
Key (black)0.0%
Color previews
#ffe5f6 text on a black background
contrast 17.79:1
Card sample
#ffe5f6 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe5f6;
Background color
Panel with #ffe5f6 background
background-color: #ffe5f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe5f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 229, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 229, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe5f6; background: linear-gradient(135deg, #ffe5f6, #FFE5E5);