#fa2cf3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
250, 44, 243
HSL
302°, 95%, 58%
CMYK
0, 82, 3, 2
Luminance
0.2860
Every format
| HEX | #fa2cf3 |
| RGB | rgb(250, 44, 243) |
| HSL | hsl(302, 95%, 58%) |
| CMYK | cmyk(0%, 82%, 3%, 2%) |
| LAB | lab(60.4 91.0 -54.0) |
| LCH | lch(60.4 105.8 329.3) |
| OKLCH | oklch(0.699 0.298 329.8) |
Copy-ready code
/* CSS */
color: #fa2cf3;
background-color: #fa2cf3;
/* Tailwind (arbitrary) */
class="text-[#fa2cf3] bg-[#fa2cf3]"
/* SCSS */
$brand: #fa2cf3;
/* SwiftUI */
Color(red: 0.980, green: 0.173, blue: 0.953)
/* Android */
Color.parseColor("#fa2cf3")Accessibility — WCAG contrast
Aa
#fa2cf3 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa2cf3 on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green17.3%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow2.8%
Key (black)2.0%
Color previews
#fa2cf3 text on a black background
contrast 6.72:1
Card sample
#fa2cf3 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa2cf3;
Background color
Panel with #fa2cf3 background
background-color: #fa2cf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa2cf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 44, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 44, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa2cf3; background: linear-gradient(135deg, #fa2cf3, #FA2C6A);