#f202af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
242, 2, 175
HSL
317°, 98%, 48%
CMYK
0, 99, 28, 5
Luminance
0.2202
Every format
| HEX | #f202af |
| RGB | rgb(242, 2, 175) |
| HSL | hsl(317, 98%, 48%) |
| CMYK | cmyk(0%, 99%, 28%, 5%) |
| LAB | lab(54.0 86.0 -25.4) |
| LCH | lch(54.0 89.6 343.6) |
| OKLCH | oklch(0.640 0.271 345.6) |
Copy-ready code
/* CSS */
color: #f202af;
background-color: #f202af;
/* Tailwind (arbitrary) */
class="text-[#f202af] bg-[#f202af]"
/* SCSS */
$brand: #f202af;
/* SwiftUI */
Color(red: 0.949, green: 0.008, blue: 0.686)
/* Android */
Color.parseColor("#f202af")Accessibility — WCAG contrast
Aa
#f202af on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f202af on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green0.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow27.7%
Key (black)5.1%
Color previews
#f202af text on a black background
contrast 5.40:1
Card sample
#f202af text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f202af;
Background color
Panel with #f202af background
background-color: #f202af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f202af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 2, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 2, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f202af; background: linear-gradient(135deg, #f202af, #F2020F);