#ff57af
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 87, 175
HSL
329°, 100%, 67%
CMYK
0, 66, 31, 0
Luminance
0.3117
Every format
| HEX | #ff57af |
| RGB | rgb(255, 87, 175) |
| HSL | hsl(329, 100%, 67%) |
| CMYK | cmyk(0%, 66%, 31%, 0%) |
| LAB | lab(62.7 70.9 -12.0) |
| LCH | lch(62.7 71.9 350.4) |
| OKLCH | oklch(0.707 0.219 351.8) |
Copy-ready code
/* CSS */
color: #ff57af;
background-color: #ff57af;
/* Tailwind (arbitrary) */
class="text-[#ff57af] bg-[#ff57af]"
/* SCSS */
$brand: #ff57af;
/* SwiftUI */
Color(red: 1.000, green: 0.341, blue: 0.686)
/* Android */
Color.parseColor("#ff57af")Accessibility — WCAG contrast
Aa
#ff57af on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff57af on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green34.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow31.4%
Key (black)0.0%
Color previews
#ff57af text on a black background
contrast 7.23:1
Card sample
#ff57af text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff57af;
Background color
Panel with #ff57af background
background-color: #ff57af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff57af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 87, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 87, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff57af; background: linear-gradient(135deg, #ff57af, #FF6F57);