#f302ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 2, 238
HSL
301°, 98%, 48%
CMYK
0, 99, 2, 5
Luminance
0.2527
Every format
| HEX | #f302ee |
| RGB | rgb(243, 2, 238) |
| HSL | hsl(301, 98%, 48%) |
| CMYK | cmyk(0%, 99%, 2%, 5%) |
| LAB | lab(57.3 93.9 -56.2) |
| LCH | lch(57.3 109.5 329.1) |
| OKLCH | oklch(0.674 0.307 329.5) |
Copy-ready code
/* CSS */
color: #f302ee;
background-color: #f302ee;
/* Tailwind (arbitrary) */
class="text-[#f302ee] bg-[#f302ee]"
/* SCSS */
$brand: #f302ee;
/* SwiftUI */
Color(red: 0.953, green: 0.008, blue: 0.933)
/* Android */
Color.parseColor("#f302ee")Accessibility — WCAG contrast
Aa
#f302ee on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f302ee on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green0.8%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow2.1%
Key (black)4.7%
Color previews
#f302ee text on a black background
contrast 6.05:1
Card sample
#f302ee text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f302ee;
Background color
Panel with #f302ee background
background-color: #f302ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f302ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 2, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 2, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f302ee; background: linear-gradient(135deg, #f302ee, #F3024D);