#fa09fd
a balanced, electric magenta / pink · warm · “magenta”
RGB
250, 9, 253
HSL
299°, 98%, 51%
CMYK
1, 96, 0, 1
Luminance
0.2761
Every format
| HEX | #fa09fd |
| RGB | rgb(250, 9, 253) |
| HSL | hsl(299, 98%, 51%) |
| CMYK | cmyk(1%, 96%, 0%, 1%) |
| LAB | lab(59.5 96.7 -61.0) |
| LCH | lch(59.5 114.3 327.7) |
| OKLCH | oklch(0.694 0.318 327.7) |
Copy-ready code
/* CSS */
color: #fa09fd;
background-color: #fa09fd;
/* Tailwind (arbitrary) */
class="text-[#fa09fd] bg-[#fa09fd]"
/* SCSS */
$brand: #fa09fd;
/* SwiftUI */
Color(red: 0.980, green: 0.035, blue: 0.992)
/* Android */
Color.parseColor("#fa09fd")Accessibility — WCAG contrast
Aa
#fa09fd on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa09fd on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green3.5%
Blue99.2%
CMYK percentages
Cyan1.2%
Magenta96.4%
Yellow0.0%
Key (black)0.8%
Color previews
#fa09fd text on a black background
contrast 6.52:1
Card sample
#fa09fd text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa09fd;
Background color
Panel with #fa09fd background
background-color: #fa09fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa09fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 9, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 9, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa09fd; background: linear-gradient(135deg, #fa09fd, #FD095D);