#fa2ab4
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
250, 42, 180
HSL
320°, 95%, 57%
CMYK
0, 83, 28, 2
Luminance
0.2528
Every format
| HEX | #fa2ab4 |
| RGB | rgb(250, 42, 180) |
| HSL | hsl(320, 95%, 57%) |
| CMYK | cmyk(0%, 83%, 28%, 2%) |
| LAB | lab(57.4 83.4 -23.1) |
| LCH | lch(57.4 86.5 344.5) |
| OKLCH | oklch(0.667 0.262 346.5) |
Copy-ready code
/* CSS */
color: #fa2ab4;
background-color: #fa2ab4;
/* Tailwind (arbitrary) */
class="text-[#fa2ab4] bg-[#fa2ab4]"
/* SCSS */
$brand: #fa2ab4;
/* SwiftUI */
Color(red: 0.980, green: 0.165, blue: 0.706)
/* Android */
Color.parseColor("#fa2ab4")Accessibility — WCAG contrast
Aa
#fa2ab4 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa2ab4 on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green16.5%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta83.2%
Yellow28.0%
Key (black)2.0%
Color previews
#fa2ab4 text on a black background
contrast 6.06:1
Card sample
#fa2ab4 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa2ab4;
Background color
Panel with #fa2ab4 background
background-color: #fa2ab4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa2ab4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 42, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 42, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa2ab4; background: linear-gradient(135deg, #fa2ab4, #FA2B2A);