#f533af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 51, 175
HSL
322°, 91%, 58%
CMYK
0, 79, 29, 4
Luminance
0.2488
Every format
| HEX | #f533af |
| RGB | rgb(245, 51, 175) |
| HSL | hsl(322, 91%, 58%) |
| CMYK | cmyk(0%, 79%, 29%, 4%) |
| LAB | lab(57.0 79.7 -20.8) |
| LCH | lch(57.0 82.4 345.4) |
| OKLCH | oklch(0.662 0.249 347.3) |
Copy-ready code
/* CSS */
color: #f533af;
background-color: #f533af;
/* Tailwind (arbitrary) */
class="text-[#f533af] bg-[#f533af]"
/* SCSS */
$brand: #f533af;
/* SwiftUI */
Color(red: 0.961, green: 0.200, blue: 0.686)
/* Android */
Color.parseColor("#f533af")Accessibility — WCAG contrast
Aa
#f533af on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f533af on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green20.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow28.6%
Key (black)3.9%
Color previews
#f533af text on a black background
contrast 5.98:1
Card sample
#f533af text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f533af;
Background color
Panel with #f533af background
background-color: #f533af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f533af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 51, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 51, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f533af; background: linear-gradient(135deg, #f533af, #F53833);