#fee3f3
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 227, 243
HSL
324°, 93%, 94%
CMYK
0, 11, 4, 0
Luminance
0.8248
Every format
| HEX | #fee3f3 |
| RGB | rgb(254, 227, 243) |
| HSL | hsl(324, 93%, 94%) |
| CMYK | cmyk(0%, 11%, 4%, 0%) |
| LAB | lab(92.8 11.9 -4.4) |
| LCH | lch(92.8 12.7 339.8) |
| OKLCH | oklch(0.942 0.036 341.4) |
Copy-ready code
/* CSS */
color: #fee3f3;
background-color: #fee3f3;
/* Tailwind (arbitrary) */
class="text-[#fee3f3] bg-[#fee3f3]"
/* SCSS */
$brand: #fee3f3;
/* SwiftUI */
Color(red: 0.996, green: 0.890, blue: 0.953)
/* Android */
Color.parseColor("#fee3f3")Accessibility — WCAG contrast
Aa
#fee3f3 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee3f3 on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green89.0%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow4.3%
Key (black)0.4%
Color previews
#fee3f3 text on a black background
contrast 17.50:1
Card sample
#fee3f3 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee3f3;
Background color
Panel with #fee3f3 background
background-color: #fee3f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee3f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 227, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 227, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee3f3; background: linear-gradient(135deg, #fee3f3, #FEE5E3);