#fa2ab0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
250, 42, 176
HSL
321°, 95%, 57%
CMYK
0, 83, 30, 2
Luminance
0.2511
Every format
| HEX | #fa2ab0 |
| RGB | rgb(250, 42, 176) |
| HSL | hsl(321, 95%, 57%) |
| CMYK | cmyk(0%, 83%, 30%, 2%) |
| LAB | lab(57.2 82.9 -21.0) |
| LCH | lch(57.2 85.5 345.8) |
| OKLCH | oklch(0.665 0.260 347.7) |
Copy-ready code
/* CSS */
color: #fa2ab0;
background-color: #fa2ab0;
/* Tailwind (arbitrary) */
class="text-[#fa2ab0] bg-[#fa2ab0]"
/* SCSS */
$brand: #fa2ab0;
/* SwiftUI */
Color(red: 0.980, green: 0.165, blue: 0.690)
/* Android */
Color.parseColor("#fa2ab0")Accessibility — WCAG contrast
Aa
#fa2ab0 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa2ab0 on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green16.5%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta83.2%
Yellow29.6%
Key (black)2.0%
Color previews
#fa2ab0 text on a black background
contrast 6.02:1
Card sample
#fa2ab0 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa2ab0;
Background color
Panel with #fa2ab0 background
background-color: #fa2ab0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa2ab0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 42, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 42, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa2ab0; background: linear-gradient(135deg, #fa2ab0, #FA2F2A);