#f33780
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
243, 55, 128
HSL
337°, 89%, 58%
CMYK
0, 77, 47, 5
Luminance
0.2335
Every format
| HEX | #f33780 |
| RGB | rgb(243, 55, 128) |
| HSL | hsl(337, 89%, 58%) |
| CMYK | cmyk(0%, 77%, 47%, 5%) |
| LAB | lab(55.4 73.6 4.6) |
| LCH | lch(55.4 73.8 3.6) |
| OKLCH | oklch(0.645 0.226 3.2) |
Copy-ready code
/* CSS */
color: #f33780;
background-color: #f33780;
/* Tailwind (arbitrary) */
class="text-[#f33780] bg-[#f33780]"
/* SCSS */
$brand: #f33780;
/* SwiftUI */
Color(red: 0.953, green: 0.216, blue: 0.502)
/* Android */
Color.parseColor("#f33780")Accessibility — WCAG contrast
Aa
#f33780 on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f33780 on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green21.6%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta77.4%
Yellow47.3%
Key (black)4.7%
Color previews
#f33780 text on a black background
contrast 5.67:1
Card sample
#f33780 text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f33780;
Background color
Panel with #f33780 background
background-color: #f33780;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f33780;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 55, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 55, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f33780; background: linear-gradient(135deg, #f33780, #F36B37);