#f57ab3
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 122, 179
HSL
332°, 86%, 72%
CMYK
0, 50, 27, 4
Luminance
0.3659
Every format
| HEX | #f57ab3 |
| RGB | rgb(245, 122, 179) |
| HSL | hsl(332, 86%, 72%) |
| CMYK | cmyk(0%, 50%, 27%, 4%) |
| LAB | lab(67.0 53.3 -8.0) |
| LCH | lch(67.0 53.9 351.4) |
| OKLCH | oklch(0.736 0.162 352.7) |
Copy-ready code
/* CSS */
color: #f57ab3;
background-color: #f57ab3;
/* Tailwind (arbitrary) */
class="text-[#f57ab3] bg-[#f57ab3]"
/* SCSS */
$brand: #f57ab3;
/* SwiftUI */
Color(red: 0.961, green: 0.478, blue: 0.702)
/* Android */
Color.parseColor("#f57ab3")Accessibility — WCAG contrast
Aa
#f57ab3 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57ab3 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green47.8%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow26.9%
Key (black)3.9%
Color previews
#f57ab3 text on a black background
contrast 8.32:1
Card sample
#f57ab3 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57ab3;
Background color
Panel with #f57ab3 background
background-color: #f57ab3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57ab3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 122, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 122, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57ab3; background: linear-gradient(135deg, #f57ab3, #F5937A);