#fea3eb
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 163, 235
HSL
313°, 98%, 82%
CMYK
0, 36, 8, 0
Luminance
0.5326
Every format
| HEX | #fea3eb |
| RGB | rgb(254, 163, 235) |
| HSL | hsl(313, 98%, 82%) |
| CMYK | cmyk(0%, 36%, 8%, 0%) |
| LAB | lab(78.0 44.0 -22.2) |
| LCH | lch(78.0 49.3 333.2) |
| OKLCH | oklch(0.828 0.140 334.7) |
Copy-ready code
/* CSS */
color: #fea3eb;
background-color: #fea3eb;
/* Tailwind (arbitrary) */
class="text-[#fea3eb] bg-[#fea3eb]"
/* SCSS */
$brand: #fea3eb;
/* SwiftUI */
Color(red: 0.996, green: 0.639, blue: 0.922)
/* Android */
Color.parseColor("#fea3eb")Accessibility — WCAG contrast
Aa
#fea3eb on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fea3eb on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green63.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta35.8%
Yellow7.5%
Key (black)0.4%
Color previews
#fea3eb text on a black background
contrast 11.65:1
Card sample
#fea3eb text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fea3eb;
Background color
Panel with #fea3eb background
background-color: #fea3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fea3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 163, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 163, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fea3eb; background: linear-gradient(135deg, #fea3eb, #FEA3AF);