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