#f415af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
244, 21, 175
HSL
319°, 91%, 52%
CMYK
0, 91, 28, 4
Luminance
0.2286
Every format
| HEX | #f415af |
| RGB | rgb(244, 21, 175) |
| HSL | hsl(319, 91%, 52%) |
| CMYK | cmyk(0%, 91%, 28%, 4%) |
| LAB | lab(54.9 84.8 -23.9) |
| LCH | lch(54.9 88.2 344.2) |
| OKLCH | oklch(0.647 0.267 346.2) |
Copy-ready code
/* CSS */
color: #f415af;
background-color: #f415af;
/* Tailwind (arbitrary) */
class="text-[#f415af] bg-[#f415af]"
/* SCSS */
$brand: #f415af;
/* SwiftUI */
Color(red: 0.957, green: 0.082, blue: 0.686)
/* Android */
Color.parseColor("#f415af")Accessibility — WCAG contrast
Aa
#f415af on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f415af on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green8.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta91.4%
Yellow28.3%
Key (black)4.3%
Color previews
#f415af text on a black background
contrast 5.57:1
Card sample
#f415af text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f415af;
Background color
Panel with #f415af background
background-color: #f415af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f415af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 21, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 21, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f415af; background: linear-gradient(135deg, #f415af, #F4151A);