#fa2ccf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
250, 44, 207
HSL
313°, 95%, 58%
CMYK
0, 82, 17, 2
Luminance
0.2663
Every format
| HEX | #fa2ccf |
| RGB | rgb(250, 44, 207) |
| HSL | hsl(313, 95%, 58%) |
| CMYK | cmyk(0%, 82%, 17%, 2%) |
| LAB | lab(58.6 86.2 -36.6) |
| LCH | lch(58.6 93.6 337.0) |
| OKLCH | oklch(0.680 0.275 338.8) |
Copy-ready code
/* CSS */
color: #fa2ccf;
background-color: #fa2ccf;
/* Tailwind (arbitrary) */
class="text-[#fa2ccf] bg-[#fa2ccf]"
/* SCSS */
$brand: #fa2ccf;
/* SwiftUI */
Color(red: 0.980, green: 0.173, blue: 0.812)
/* Android */
Color.parseColor("#fa2ccf")Accessibility — WCAG contrast
Aa
#fa2ccf on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa2ccf on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green17.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow17.2%
Key (black)2.0%
Color previews
#fa2ccf text on a black background
contrast 6.33:1
Card sample
#fa2ccf text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa2ccf;
Background color
Panel with #fa2ccf background
background-color: #fa2ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa2ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 44, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 44, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa2ccf; background: linear-gradient(135deg, #fa2ccf, #FA2C46);