#f533d6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 51, 214
HSL
310°, 91%, 58%
CMYK
0, 79, 13, 4
Luminance
0.2664
Every format
| HEX | #f533d6 |
| RGB | rgb(245, 51, 214) |
| HSL | hsl(310, 91%, 58%) |
| CMYK | cmyk(0%, 79%, 13%, 4%) |
| LAB | lab(58.6 84.5 -40.6) |
| LCH | lch(58.6 93.8 334.3) |
| OKLCH | oklch(0.680 0.272 335.9) |
Copy-ready code
/* CSS */
color: #f533d6;
background-color: #f533d6;
/* Tailwind (arbitrary) */
class="text-[#f533d6] bg-[#f533d6]"
/* SCSS */
$brand: #f533d6;
/* SwiftUI */
Color(red: 0.961, green: 0.200, blue: 0.839)
/* Android */
Color.parseColor("#f533d6")Accessibility — WCAG contrast
Aa
#f533d6 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f533d6 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green20.0%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow12.7%
Key (black)3.9%
Color previews
#f533d6 text on a black background
contrast 6.33:1
Card sample
#f533d6 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f533d6;
Background color
Panel with #f533d6 background
background-color: #f533d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f533d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 51, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 51, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f533d6; background: linear-gradient(135deg, #f533d6, #F53354);