#ffe2f6
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 226, 246
HSL
319°, 100%, 94%
CMYK
0, 11, 4, 0
Luminance
0.8231
Every format
| HEX | #ffe2f6 |
| RGB | rgb(255, 226, 246) |
| HSL | hsl(319, 100%, 94%) |
| CMYK | cmyk(0%, 11%, 4%, 0%) |
| LAB | lab(92.7 13.3 -6.0) |
| LCH | lch(92.7 14.6 335.5) |
| OKLCH | oklch(0.942 0.041 337.1) |
Copy-ready code
/* CSS */
color: #ffe2f6;
background-color: #ffe2f6;
/* Tailwind (arbitrary) */
class="text-[#ffe2f6] bg-[#ffe2f6]"
/* SCSS */
$brand: #ffe2f6;
/* SwiftUI */
Color(red: 1.000, green: 0.886, blue: 0.965)
/* Android */
Color.parseColor("#ffe2f6")Accessibility — WCAG contrast
Aa
#ffe2f6 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe2f6 on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green88.6%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow3.5%
Key (black)0.0%
Color previews
#ffe2f6 text on a black background
contrast 17.46:1
Card sample
#ffe2f6 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe2f6;
Background color
Panel with #ffe2f6 background
background-color: #ffe2f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe2f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 226, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 226, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe2f6; background: linear-gradient(135deg, #ffe2f6, #FFE2E3);