#fea6eb
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 166, 235
HSL
313°, 98%, 82%
CMYK
0, 35, 8, 0
Luminance
0.5434
Every format
| HEX | #fea6eb |
| RGB | rgb(254, 166, 235) |
| HSL | hsl(313, 98%, 82%) |
| CMYK | cmyk(0%, 35%, 8%, 0%) |
| LAB | lab(78.7 42.4 -21.2) |
| LCH | lch(78.7 47.5 333.4) |
| OKLCH | oklch(0.833 0.134 334.9) |
Copy-ready code
/* CSS */
color: #fea6eb;
background-color: #fea6eb;
/* Tailwind (arbitrary) */
class="text-[#fea6eb] bg-[#fea6eb]"
/* SCSS */
$brand: #fea6eb;
/* SwiftUI */
Color(red: 0.996, green: 0.651, blue: 0.922)
/* Android */
Color.parseColor("#fea6eb")Accessibility — WCAG contrast
Aa
#fea6eb on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fea6eb on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green65.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta34.6%
Yellow7.5%
Key (black)0.4%
Color previews
#fea6eb text on a black background
contrast 11.87:1
Card sample
#fea6eb text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fea6eb;
Background color
Panel with #fea6eb background
background-color: #fea6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fea6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 166, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 166, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fea6eb; background: linear-gradient(135deg, #fea6eb, #FEA6B0);