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