#f409ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
244, 9, 186
HSL
315°, 93%, 50%
CMYK
0, 96, 24, 4
Luminance
0.2297
Every format
| HEX | #f409ba |
| RGB | rgb(244, 9, 186) |
| HSL | hsl(315, 93%, 50%) |
| CMYK | cmyk(0%, 96%, 24%, 4%) |
| LAB | lab(55.0 87.1 -30.2) |
| LCH | lch(55.0 92.2 340.9) |
| OKLCH | oklch(0.649 0.276 342.9) |
Copy-ready code
/* CSS */
color: #f409ba;
background-color: #f409ba;
/* Tailwind (arbitrary) */
class="text-[#f409ba] bg-[#f409ba]"
/* SCSS */
$brand: #f409ba;
/* SwiftUI */
Color(red: 0.957, green: 0.035, blue: 0.729)
/* Android */
Color.parseColor("#f409ba")Accessibility — WCAG contrast
Aa
#f409ba on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f409ba on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green3.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta96.3%
Yellow23.8%
Key (black)4.3%
Color previews
#f409ba text on a black background
contrast 5.59:1
Card sample
#f409ba text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f409ba;
Background color
Panel with #f409ba background
background-color: #f409ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f409ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 9, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 9, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f409ba; background: linear-gradient(135deg, #f409ba, #F4091D);