#ff57ab
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 87, 171
HSL
330°, 100%, 67%
CMYK
0, 66, 33, 0
Luminance
0.3102
Every format
| HEX | #ff57ab |
| RGB | rgb(255, 87, 171) |
| HSL | hsl(330, 100%, 67%) |
| CMYK | cmyk(0%, 66%, 33%, 0%) |
| LAB | lab(62.5 70.5 -9.9) |
| LCH | lch(62.5 71.2 352.0) |
| OKLCH | oklch(0.706 0.217 353.3) |
Copy-ready code
/* CSS */
color: #ff57ab;
background-color: #ff57ab;
/* Tailwind (arbitrary) */
class="text-[#ff57ab] bg-[#ff57ab]"
/* SCSS */
$brand: #ff57ab;
/* SwiftUI */
Color(red: 1.000, green: 0.341, blue: 0.671)
/* Android */
Color.parseColor("#ff57ab")Accessibility — WCAG contrast
Aa
#ff57ab on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff57ab on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green34.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow32.9%
Key (black)0.0%
Color previews
#ff57ab text on a black background
contrast 7.20:1
Card sample
#ff57ab text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff57ab;
Background color
Panel with #ff57ab background
background-color: #ff57ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff57ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 87, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 87, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff57ab; background: linear-gradient(135deg, #ff57ab, #FF7357);