#f902eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 2, 235
HSL
303°, 98%, 49%
CMYK
0, 99, 6, 2
Luminance
0.2618
Every format
| HEX | #f902eb |
| RGB | rgb(249, 2, 235) |
| HSL | hsl(303, 98%, 49%) |
| CMYK | cmyk(0%, 99%, 6%, 2%) |
| LAB | lab(58.2 94.5 -53.1) |
| LCH | lch(58.2 108.4 330.7) |
| OKLCH | oklch(0.681 0.308 331.5) |
Copy-ready code
/* CSS */
color: #f902eb;
background-color: #f902eb;
/* Tailwind (arbitrary) */
class="text-[#f902eb] bg-[#f902eb]"
/* SCSS */
$brand: #f902eb;
/* SwiftUI */
Color(red: 0.976, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#f902eb")Accessibility — WCAG contrast
Aa
#f902eb on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f902eb on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green0.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow5.6%
Key (black)2.4%
Color previews
#f902eb text on a black background
contrast 6.24:1
Card sample
#f902eb text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f902eb;
Background color
Panel with #f902eb background
background-color: #f902eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f902eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f902eb; background: linear-gradient(135deg, #f902eb, #F90246);