#fec2ee
a pale, electric magenta / pink · warm · closest name: plum
RGB
254, 194, 238
HSL
316°, 97%, 88%
CMYK
0, 24, 6, 0
Luminance
0.6583
Every format
| HEX | #fec2ee |
| RGB | rgb(254, 194, 238) |
| HSL | hsl(316, 97%, 88%) |
| CMYK | cmyk(0%, 24%, 6%, 0%) |
| LAB | lab(84.9 28.3 -13.4) |
| LCH | lch(84.9 31.3 334.6) |
| OKLCH | oklch(0.881 0.088 336.2) |
Copy-ready code
/* CSS */
color: #fec2ee;
background-color: #fec2ee;
/* Tailwind (arbitrary) */
class="text-[#fec2ee] bg-[#fec2ee]"
/* SCSS */
$brand: #fec2ee;
/* SwiftUI */
Color(red: 0.996, green: 0.761, blue: 0.933)
/* Android */
Color.parseColor("#fec2ee")Accessibility — WCAG contrast
Aa
#fec2ee on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fec2ee on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green76.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow6.3%
Key (black)0.4%
Color previews
#fec2ee text on a black background
contrast 14.17:1
Card sample
#fec2ee text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fec2ee;
Background color
Panel with #fec2ee background
background-color: #fec2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fec2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 194, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 194, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fec2ee; background: linear-gradient(135deg, #fec2ee, #FEC2C6);