#ffe3f4
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 227, 244
HSL
324°, 100%, 95%
CMYK
0, 11, 4, 0
Luminance
0.8273
Every format
| HEX | #ffe3f4 |
| RGB | rgb(255, 227, 244) |
| HSL | hsl(324, 100%, 95%) |
| CMYK | cmyk(0%, 11%, 4%, 0%) |
| LAB | lab(92.9 12.4 -4.7) |
| LCH | lch(92.9 13.3 339.1) |
| OKLCH | oklch(0.944 0.038 340.8) |
Copy-ready code
/* CSS */
color: #ffe3f4;
background-color: #ffe3f4;
/* Tailwind (arbitrary) */
class="text-[#ffe3f4] bg-[#ffe3f4]"
/* SCSS */
$brand: #ffe3f4;
/* SwiftUI */
Color(red: 1.000, green: 0.890, blue: 0.957)
/* Android */
Color.parseColor("#ffe3f4")Accessibility — WCAG contrast
Aa
#ffe3f4 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe3f4 on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green89.0%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow4.3%
Key (black)0.0%
Color previews
#ffe3f4 text on a black background
contrast 17.55:1
Card sample
#ffe3f4 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe3f4;
Background color
Panel with #ffe3f4 background
background-color: #ffe3f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe3f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 227, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 227, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe3f4; background: linear-gradient(135deg, #ffe3f4, #FFE5E3);