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