#fd09ad
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 9, 173
HSL
320°, 98%, 51%
CMYK
0, 96, 32, 1
Luminance
0.2410
Every format
| HEX | #fd09ad |
| RGB | rgb(253, 9, 173) |
| HSL | hsl(320, 98%, 51%) |
| CMYK | cmyk(0%, 96%, 32%, 1%) |
| LAB | lab(56.2 87.4 -20.7) |
| LCH | lch(56.2 89.8 346.7) |
| OKLCH | oklch(0.659 0.274 348.5) |
Copy-ready code
/* CSS */
color: #fd09ad;
background-color: #fd09ad;
/* Tailwind (arbitrary) */
class="text-[#fd09ad] bg-[#fd09ad]"
/* SCSS */
$brand: #fd09ad;
/* SwiftUI */
Color(red: 0.992, green: 0.035, blue: 0.678)
/* Android */
Color.parseColor("#fd09ad")Accessibility — WCAG contrast
Aa
#fd09ad on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd09ad on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green3.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta96.4%
Yellow31.6%
Key (black)0.8%
Color previews
#fd09ad text on a black background
contrast 5.82:1
Card sample
#fd09ad text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd09ad;
Background color
Panel with #fd09ad background
background-color: #fd09ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd09ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 9, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 9, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd09ad; background: linear-gradient(135deg, #fd09ad, #FD090A);