#ff57e0
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 87, 224
HSL
311°, 100%, 67%
CMYK
0, 66, 12, 0
Luminance
0.3346
Every format
| HEX | #ff57e0 |
| RGB | rgb(255, 87, 224) |
| HSL | hsl(311, 100%, 67%) |
| CMYK | cmyk(0%, 66%, 12%, 0%) |
| LAB | lab(64.5 77.2 -36.9) |
| LCH | lch(64.5 85.6 334.5) |
| OKLCH | oklch(0.727 0.247 336.0) |
Copy-ready code
/* CSS */
color: #ff57e0;
background-color: #ff57e0;
/* Tailwind (arbitrary) */
class="text-[#ff57e0] bg-[#ff57e0]"
/* SCSS */
$brand: #ff57e0;
/* SwiftUI */
Color(red: 1.000, green: 0.341, blue: 0.878)
/* Android */
Color.parseColor("#ff57e0")Accessibility — WCAG contrast
Aa
#ff57e0 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff57e0 on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green34.1%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow12.2%
Key (black)0.0%
Color previews
#ff57e0 text on a black background
contrast 7.69:1
Card sample
#ff57e0 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff57e0;
Background color
Panel with #ff57e0 background
background-color: #ff57e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff57e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 87, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 87, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff57e0; background: linear-gradient(135deg, #ff57e0, #FF5770);