#fd098f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 9, 143
HSL
327°, 98%, 51%
CMYK
0, 96, 44, 1
Luminance
0.2306
Every format
| HEX | #fd098f |
| RGB | rgb(253, 9, 143) |
| HSL | hsl(327, 98%, 51%) |
| CMYK | cmyk(0%, 96%, 44%, 1%) |
| LAB | lab(55.1 84.7 -4.6) |
| LCH | lch(55.1 84.8 356.9) |
| OKLCH | oklch(0.648 0.262 357.6) |
Copy-ready code
/* CSS */
color: #fd098f;
background-color: #fd098f;
/* Tailwind (arbitrary) */
class="text-[#fd098f] bg-[#fd098f]"
/* SCSS */
$brand: #fd098f;
/* SwiftUI */
Color(red: 0.992, green: 0.035, blue: 0.561)
/* Android */
Color.parseColor("#fd098f")Accessibility — WCAG contrast
Aa
#fd098f on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd098f on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green3.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta96.4%
Yellow43.5%
Key (black)0.8%
Color previews
#fd098f text on a black background
contrast 5.61:1
Card sample
#fd098f text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd098f;
Background color
Panel with #fd098f background
background-color: #fd098f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd098f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 9, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 9, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd098f; background: linear-gradient(135deg, #fd098f, #FD2609);