#fd609f
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 96, 159
HSL
336°, 98%, 68%
CMYK
0, 62, 37, 1
Luminance
0.3175
Every format
| HEX | #fd609f |
| RGB | rgb(253, 96, 159) |
| HSL | hsl(336, 98%, 68%) |
| CMYK | cmyk(0%, 62%, 37%, 1%) |
| LAB | lab(63.1 65.0 -2.1) |
| LCH | lch(63.1 65.1 358.1) |
| OKLCH | oklch(0.708 0.199 358.6) |
Copy-ready code
/* CSS */
color: #fd609f;
background-color: #fd609f;
/* Tailwind (arbitrary) */
class="text-[#fd609f] bg-[#fd609f]"
/* SCSS */
$brand: #fd609f;
/* SwiftUI */
Color(red: 0.992, green: 0.376, blue: 0.624)
/* Android */
Color.parseColor("#fd609f")Accessibility — WCAG contrast
Aa
#fd609f on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd609f on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green37.6%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta62.1%
Yellow37.2%
Key (black)0.8%
Color previews
#fd609f text on a black background
contrast 7.35:1
Card sample
#fd609f text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd609f;
Background color
Panel with #fd609f background
background-color: #fd609f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd609f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 96, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 96, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd609f; background: linear-gradient(135deg, #fd609f, #FD8960);