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