#fd099f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 9, 159
HSL
323°, 98%, 51%
CMYK
0, 96, 37, 1
Luminance
0.2358
Every format
| HEX | #fd099f |
| RGB | rgb(253, 9, 159) |
| HSL | hsl(323, 98%, 51%) |
| CMYK | cmyk(0%, 96%, 37%, 1%) |
| LAB | lab(55.7 86.1 -13.3) |
| LCH | lch(55.7 87.1 351.2) |
| OKLCH | oklch(0.653 0.268 352.7) |
Copy-ready code
/* CSS */
color: #fd099f;
background-color: #fd099f;
/* Tailwind (arbitrary) */
class="text-[#fd099f] bg-[#fd099f]"
/* SCSS */
$brand: #fd099f;
/* SwiftUI */
Color(red: 0.992, green: 0.035, blue: 0.624)
/* Android */
Color.parseColor("#fd099f")Accessibility — WCAG contrast
Aa
#fd099f on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd099f on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green3.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta96.4%
Yellow37.2%
Key (black)0.8%
Color previews
#fd099f text on a black background
contrast 5.72:1
Card sample
#fd099f text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd099f;
Background color
Panel with #fd099f background
background-color: #fd099f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd099f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 9, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 9, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd099f; background: linear-gradient(135deg, #fd099f, #FD1609);