#f302eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 2, 235
HSL
302°, 98%, 48%
CMYK
0, 99, 3, 5
Luminance
0.2510
Every format
| HEX | #f302eb |
| RGB | rgb(243, 2, 235) |
| HSL | hsl(302, 98%, 48%) |
| CMYK | cmyk(0%, 99%, 3%, 5%) |
| LAB | lab(57.2 93.5 -54.8) |
| LCH | lch(57.2 108.4 329.6) |
| OKLCH | oklch(0.672 0.306 330.2) |
Copy-ready code
/* CSS */
color: #f302eb;
background-color: #f302eb;
/* Tailwind (arbitrary) */
class="text-[#f302eb] bg-[#f302eb]"
/* SCSS */
$brand: #f302eb;
/* SwiftUI */
Color(red: 0.953, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#f302eb")Accessibility — WCAG contrast
Aa
#f302eb on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f302eb on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green0.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow3.3%
Key (black)4.7%
Color previews
#f302eb text on a black background
contrast 6.02:1
Card sample
#f302eb text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f302eb;
Background color
Panel with #f302eb background
background-color: #f302eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f302eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f302eb; background: linear-gradient(135deg, #f302eb, #F3024A);