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