#f211af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
242, 17, 175
HSL
318°, 90%, 51%
CMYK
0, 93, 28, 5
Luminance
0.2237
Every format
| HEX | #f211af |
| RGB | rgb(242, 17, 175) |
| HSL | hsl(318, 90%, 51%) |
| CMYK | cmyk(0%, 93%, 28%, 5%) |
| LAB | lab(54.4 84.9 -24.8) |
| LCH | lch(54.4 88.4 343.7) |
| OKLCH | oklch(0.643 0.267 345.7) |
Copy-ready code
/* CSS */
color: #f211af;
background-color: #f211af;
/* Tailwind (arbitrary) */
class="text-[#f211af] bg-[#f211af]"
/* SCSS */
$brand: #f211af;
/* SwiftUI */
Color(red: 0.949, green: 0.067, blue: 0.686)
/* Android */
Color.parseColor("#f211af")Accessibility — WCAG contrast
Aa
#f211af on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f211af on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green6.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta93.0%
Yellow27.7%
Key (black)5.1%
Color previews
#f211af text on a black background
contrast 5.47:1
Card sample
#f211af text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f211af;
Background color
Panel with #f211af background
background-color: #f211af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f211af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 17, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 17, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f211af; background: linear-gradient(135deg, #f211af, #F21119);