#fd09bf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 9, 191
HSL
315°, 98%, 51%
CMYK
0, 96, 25, 1
Luminance
0.2484
Every format
| HEX | #fd09bf |
| RGB | rgb(253, 9, 191) |
| HSL | hsl(315, 98%, 51%) |
| CMYK | cmyk(0%, 96%, 25%, 1%) |
| LAB | lab(56.9 89.3 -30.0) |
| LCH | lch(56.9 94.3 341.4) |
| OKLCH | oklch(0.667 0.283 343.5) |
Copy-ready code
/* CSS */
color: #fd09bf;
background-color: #fd09bf;
/* Tailwind (arbitrary) */
class="text-[#fd09bf] bg-[#fd09bf]"
/* SCSS */
$brand: #fd09bf;
/* SwiftUI */
Color(red: 0.992, green: 0.035, blue: 0.749)
/* Android */
Color.parseColor("#fd09bf")Accessibility — WCAG contrast
Aa
#fd09bf on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd09bf on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green3.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta96.4%
Yellow24.5%
Key (black)0.8%
Color previews
#fd09bf text on a black background
contrast 5.97:1
Card sample
#fd09bf text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd09bf;
Background color
Panel with #fd09bf background
background-color: #fd09bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd09bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 9, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 9, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd09bf; background: linear-gradient(135deg, #fd09bf, #FD091D);