#f337ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 55, 238
HSL
302°, 89%, 58%
CMYK
0, 77, 2, 5
Luminance
0.2796
Every format
| HEX | #f337ee |
| RGB | rgb(243, 55, 238) |
| HSL | hsl(302, 89%, 58%) |
| CMYK | cmyk(0%, 77%, 2%, 5%) |
| LAB | lab(59.9 86.5 -52.2) |
| LCH | lch(59.9 101.1 328.9) |
| OKLCH | oklch(0.692 0.283 329.3) |
Copy-ready code
/* CSS */
color: #f337ee;
background-color: #f337ee;
/* Tailwind (arbitrary) */
class="text-[#f337ee] bg-[#f337ee]"
/* SCSS */
$brand: #f337ee;
/* SwiftUI */
Color(red: 0.953, green: 0.216, blue: 0.933)
/* Android */
Color.parseColor("#f337ee")Accessibility — WCAG contrast
Aa
#f337ee on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f337ee on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green21.6%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta77.4%
Yellow2.1%
Key (black)4.7%
Color previews
#f337ee text on a black background
contrast 6.59:1
Card sample
#f337ee text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f337ee;
Background color
Panel with #f337ee background
background-color: #f337ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f337ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 55, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 55, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f337ee; background: linear-gradient(135deg, #f337ee, #F33771);