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