#fd0ac9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 10, 201
HSL
313°, 98%, 52%
CMYK
0, 96, 21, 1
Luminance
0.2532
Every format
| HEX | #fd0ac9 |
| RGB | rgb(253, 10, 201) |
| HSL | hsl(313, 98%, 52%) |
| CMYK | cmyk(0%, 96%, 21%, 1%) |
| LAB | lab(57.4 90.4 -35.1) |
| LCH | lch(57.4 97.0 338.8) |
| OKLCH | oklch(0.671 0.288 340.8) |
Copy-ready code
/* CSS */
color: #fd0ac9;
background-color: #fd0ac9;
/* Tailwind (arbitrary) */
class="text-[#fd0ac9] bg-[#fd0ac9]"
/* SCSS */
$brand: #fd0ac9;
/* SwiftUI */
Color(red: 0.992, green: 0.039, blue: 0.788)
/* Android */
Color.parseColor("#fd0ac9")Accessibility — WCAG contrast
Aa
#fd0ac9 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0ac9 on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green3.9%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta96.0%
Yellow20.6%
Key (black)0.8%
Color previews
#fd0ac9 text on a black background
contrast 6.06:1
Card sample
#fd0ac9 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0ac9;
Background color
Panel with #fd0ac9 background
background-color: #fd0ac9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0ac9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 10, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 10, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0ac9; background: linear-gradient(135deg, #fd0ac9, #FD0A27);