#fa2eb0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
250, 46, 176
HSL
322°, 95%, 58%
CMYK
0, 82, 30, 2
Luminance
0.2541
Every format
| HEX | #fa2eb0 |
| RGB | rgb(250, 46, 176) |
| HSL | hsl(322, 95%, 58%) |
| CMYK | cmyk(0%, 82%, 30%, 2%) |
| LAB | lab(57.5 82.1 -20.5) |
| LCH | lch(57.5 84.6 346.0) |
| OKLCH | oklch(0.668 0.257 347.8) |
Copy-ready code
/* CSS */
color: #fa2eb0;
background-color: #fa2eb0;
/* Tailwind (arbitrary) */
class="text-[#fa2eb0] bg-[#fa2eb0]"
/* SCSS */
$brand: #fa2eb0;
/* SwiftUI */
Color(red: 0.980, green: 0.180, blue: 0.690)
/* Android */
Color.parseColor("#fa2eb0")Accessibility — WCAG contrast
Aa
#fa2eb0 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa2eb0 on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green18.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow29.6%
Key (black)2.0%
Color previews
#fa2eb0 text on a black background
contrast 6.08:1
Card sample
#fa2eb0 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa2eb0;
Background color
Panel with #fa2eb0 background
background-color: #fa2eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa2eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 46, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 46, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa2eb0; background: linear-gradient(135deg, #fa2eb0, #FA342E);