#f902af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
249, 2, 175
HSL
318°, 98%, 49%
CMYK
0, 99, 30, 2
Luminance
0.2328
Every format
| HEX | #f902af |
| RGB | rgb(249, 2, 175) |
| HSL | hsl(318, 98%, 49%) |
| CMYK | cmyk(0%, 99%, 30%, 2%) |
| LAB | lab(55.4 87.3 -23.2) |
| LCH | lch(55.4 90.3 345.1) |
| OKLCH | oklch(0.652 0.274 347.1) |
Copy-ready code
/* CSS */
color: #f902af;
background-color: #f902af;
/* Tailwind (arbitrary) */
class="text-[#f902af] bg-[#f902af]"
/* SCSS */
$brand: #f902af;
/* SwiftUI */
Color(red: 0.976, green: 0.008, blue: 0.686)
/* Android */
Color.parseColor("#f902af")Accessibility — WCAG contrast
Aa
#f902af on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f902af on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green0.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow29.7%
Key (black)2.4%
Color previews
#f902af text on a black background
contrast 5.66:1
Card sample
#f902af text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f902af;
Background color
Panel with #f902af background
background-color: #f902af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f902af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 2, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 2, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f902af; background: linear-gradient(135deg, #f902af, #F9020A);