#fa00c3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
250, 0, 195
HSL
313°, 100%, 49%
CMYK
0, 100, 22, 2
Luminance
0.2426
Every format
| HEX | #fa00c3 |
| RGB | rgb(250, 0, 195) |
| HSL | hsl(313, 100%, 49%) |
| CMYK | cmyk(0%, 100%, 22%, 2%) |
| LAB | lab(56.4 89.8 -33.3) |
| LCH | lch(56.4 95.8 339.7) |
| OKLCH | oklch(0.662 0.285 341.7) |
Copy-ready code
/* CSS */
color: #fa00c3;
background-color: #fa00c3;
/* Tailwind (arbitrary) */
class="text-[#fa00c3] bg-[#fa00c3]"
/* SCSS */
$brand: #fa00c3;
/* SwiftUI */
Color(red: 0.980, green: 0.000, blue: 0.765)
/* Android */
Color.parseColor("#fa00c3")Accessibility — WCAG contrast
Aa
#fa00c3 on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa00c3 on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green0.0%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow22.0%
Key (black)2.0%
Color previews
#fa00c3 text on a black background
contrast 5.85:1
Card sample
#fa00c3 text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa00c3;
Background color
Panel with #fa00c3 background
background-color: #fa00c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa00c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 0, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 0, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa00c3; background: linear-gradient(135deg, #fa00c3, #FA001C);