#fd09ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 9, 186
HSL
317°, 98%, 51%
CMYK
0, 96, 27, 1
Luminance
0.2462
Every format
| HEX | #fd09ba |
| RGB | rgb(253, 9, 186) |
| HSL | hsl(317, 98%, 51%) |
| CMYK | cmyk(0%, 96%, 27%, 1%) |
| LAB | lab(56.7 88.8 -27.5) |
| LCH | lch(56.7 92.9 342.8) |
| OKLCH | oklch(0.664 0.280 344.8) |
Copy-ready code
/* CSS */
color: #fd09ba;
background-color: #fd09ba;
/* Tailwind (arbitrary) */
class="text-[#fd09ba] bg-[#fd09ba]"
/* SCSS */
$brand: #fd09ba;
/* SwiftUI */
Color(red: 0.992, green: 0.035, blue: 0.729)
/* Android */
Color.parseColor("#fd09ba")Accessibility — WCAG contrast
Aa
#fd09ba on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd09ba on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green3.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta96.4%
Yellow26.5%
Key (black)0.8%
Color previews
#fd09ba text on a black background
contrast 5.92:1
Card sample
#fd09ba text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd09ba;
Background color
Panel with #fd09ba background
background-color: #fd09ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd09ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 9, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 9, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd09ba; background: linear-gradient(135deg, #fd09ba, #FD0917);