#fa2cf6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
250, 44, 246
HSL
301°, 95%, 58%
CMYK
0, 82, 2, 2
Luminance
0.2878
Every format
| HEX | #fa2cf6 |
| RGB | rgb(250, 44, 246) |
| HSL | hsl(301, 95%, 58%) |
| CMYK | cmyk(0%, 82%, 2%, 2%) |
| LAB | lab(60.6 91.4 -55.5) |
| LCH | lch(60.6 106.9 328.8) |
| OKLCH | oklch(0.700 0.300 329.1) |
Copy-ready code
/* CSS */
color: #fa2cf6;
background-color: #fa2cf6;
/* Tailwind (arbitrary) */
class="text-[#fa2cf6] bg-[#fa2cf6]"
/* SCSS */
$brand: #fa2cf6;
/* SwiftUI */
Color(red: 0.980, green: 0.173, blue: 0.965)
/* Android */
Color.parseColor("#fa2cf6")Accessibility — WCAG contrast
Aa
#fa2cf6 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa2cf6 on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green17.3%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow1.6%
Key (black)2.0%
Color previews
#fa2cf6 text on a black background
contrast 6.76:1
Card sample
#fa2cf6 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa2cf6;
Background color
Panel with #fa2cf6 background
background-color: #fa2cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa2cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 44, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 44, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa2cf6; background: linear-gradient(135deg, #fa2cf6, #FA2C6C);