#fe2ba2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 43, 162
HSL
326°, 99%, 58%
CMYK
0, 83, 36, 0
Luminance
0.2541
Every format
| HEX | #fe2ba2 |
| RGB | rgb(254, 43, 162) |
| HSL | hsl(326, 99%, 58%) |
| CMYK | cmyk(0%, 83%, 36%, 0%) |
| LAB | lab(57.5 82.2 -12.3) |
| LCH | lch(57.5 83.1 351.5) |
| OKLCH | oklch(0.667 0.255 352.9) |
Copy-ready code
/* CSS */
color: #fe2ba2;
background-color: #fe2ba2;
/* Tailwind (arbitrary) */
class="text-[#fe2ba2] bg-[#fe2ba2]"
/* SCSS */
$brand: #fe2ba2;
/* SwiftUI */
Color(red: 0.996, green: 0.169, blue: 0.635)
/* Android */
Color.parseColor("#fe2ba2")Accessibility — WCAG contrast
Aa
#fe2ba2 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2ba2 on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green16.9%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta83.1%
Yellow36.2%
Key (black)0.4%
Color previews
#fe2ba2 text on a black background
contrast 6.08:1
Card sample
#fe2ba2 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2ba2;
Background color
Panel with #fe2ba2 background
background-color: #fe2ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 43, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 43, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2ba2; background: linear-gradient(135deg, #fe2ba2, #FE412B);