#fea6cf
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 166, 207
HSL
332°, 98%, 82%
CMYK
0, 35, 19, 0
Luminance
0.5285
Every format
| HEX | #fea6cf |
| RGB | rgb(254, 166, 207) |
| HSL | hsl(332, 98%, 82%) |
| CMYK | cmyk(0%, 35%, 19%, 0%) |
| LAB | lab(77.8 38.0 -7.3) |
| LCH | lch(77.8 38.7 349.1) |
| OKLCH | oklch(0.823 0.115 350.5) |
Copy-ready code
/* CSS */
color: #fea6cf;
background-color: #fea6cf;
/* Tailwind (arbitrary) */
class="text-[#fea6cf] bg-[#fea6cf]"
/* SCSS */
$brand: #fea6cf;
/* SwiftUI */
Color(red: 0.996, green: 0.651, blue: 0.812)
/* Android */
Color.parseColor("#fea6cf")Accessibility — WCAG contrast
Aa
#fea6cf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fea6cf on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green65.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta34.6%
Yellow18.5%
Key (black)0.4%
Color previews
#fea6cf text on a black background
contrast 11.57:1
Card sample
#fea6cf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fea6cf;
Background color
Panel with #fea6cf background
background-color: #fea6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fea6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 166, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 166, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fea6cf; background: linear-gradient(135deg, #fea6cf, #FEB8A6);