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