#fe6eb2
a light, electric magenta / pink · warm · closest name: orchid
RGB
254, 110, 178
HSL
332°, 99%, 71%
CMYK
0, 57, 30, 0
Luminance
0.3544
Every format
| HEX | #fe6eb2 |
| RGB | rgb(254, 110, 178) |
| HSL | hsl(332, 99%, 71%) |
| CMYK | cmyk(0%, 57%, 30%, 0%) |
| LAB | lab(66.1 61.5 -8.6) |
| LCH | lch(66.1 62.1 352.0) |
| OKLCH | oklch(0.732 0.188 353.3) |
Copy-ready code
/* CSS */
color: #fe6eb2;
background-color: #fe6eb2;
/* Tailwind (arbitrary) */
class="text-[#fe6eb2] bg-[#fe6eb2]"
/* SCSS */
$brand: #fe6eb2;
/* SwiftUI */
Color(red: 0.996, green: 0.431, blue: 0.698)
/* Android */
Color.parseColor("#fe6eb2")Accessibility — WCAG contrast
Aa
#fe6eb2 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe6eb2 on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green43.1%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta56.7%
Yellow29.9%
Key (black)0.4%
Color previews
#fe6eb2 text on a black background
contrast 8.09:1
Card sample
#fe6eb2 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe6eb2;
Background color
Panel with #fe6eb2 background
background-color: #fe6eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe6eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 110, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 110, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe6eb2; background: linear-gradient(135deg, #fe6eb2, #FE8A6E);