#fee3ff
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 227, 255
HSL
298°, 100%, 95%
CMYK
0, 11, 0, 0
Luminance
0.8323
Every format
| HEX | #fee3ff |
| RGB | rgb(254, 227, 255) |
| HSL | hsl(298, 100%, 95%) |
| CMYK | cmyk(0%, 11%, 0%, 0%) |
| LAB | lab(93.1 14.0 -10.2) |
| LCH | lch(93.1 17.3 324.1) |
| OKLCH | oklch(0.946 0.047 324.9) |
Copy-ready code
/* CSS */
color: #fee3ff;
background-color: #fee3ff;
/* Tailwind (arbitrary) */
class="text-[#fee3ff] bg-[#fee3ff]"
/* SCSS */
$brand: #fee3ff;
/* SwiftUI */
Color(red: 0.996, green: 0.890, blue: 1.000)
/* Android */
Color.parseColor("#fee3ff")Accessibility — WCAG contrast
Aa
#fee3ff on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee3ff on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green89.0%
Blue100.0%
CMYK percentages
Cyan0.4%
Magenta11.0%
Yellow0.0%
Key (black)0.0%
Color previews
#fee3ff text on a black background
contrast 17.65:1
Card sample
#fee3ff text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee3ff;
Background color
Panel with #fee3ff background
background-color: #fee3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 227, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 227, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee3ff; background: linear-gradient(135deg, #fee3ff, #FFE3ED);