#fec4ee
a pale, electric magenta / pink · warm · closest name: plum
RGB
254, 196, 238
HSL
317°, 97%, 88%
CMYK
0, 23, 6, 0
Luminance
0.6672
Every format
| HEX | #fec4ee |
| RGB | rgb(254, 196, 238) |
| HSL | hsl(317, 97%, 88%) |
| CMYK | cmyk(0%, 23%, 6%, 0%) |
| LAB | lab(85.4 27.3 -12.8) |
| LCH | lch(85.4 30.1 334.9) |
| OKLCH | oklch(0.884 0.085 336.5) |
Copy-ready code
/* CSS */
color: #fec4ee;
background-color: #fec4ee;
/* Tailwind (arbitrary) */
class="text-[#fec4ee] bg-[#fec4ee]"
/* SCSS */
$brand: #fec4ee;
/* SwiftUI */
Color(red: 0.996, green: 0.769, blue: 0.933)
/* Android */
Color.parseColor("#fec4ee")Accessibility — WCAG contrast
Aa
#fec4ee on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fec4ee on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green76.9%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow6.3%
Key (black)0.4%
Color previews
#fec4ee text on a black background
contrast 14.34:1
Card sample
#fec4ee text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fec4ee;
Background color
Panel with #fec4ee background
background-color: #fec4ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fec4ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 196, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 196, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fec4ee; background: linear-gradient(135deg, #fec4ee, #FEC4C7);