#f57dbb
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 125, 187
HSL
329°, 86%, 73%
CMYK
0, 49, 24, 4
Luminance
0.3767
Every format
| HEX | #f57dbb |
| RGB | rgb(245, 125, 187) |
| HSL | hsl(329, 86%, 73%) |
| CMYK | cmyk(0%, 49%, 24%, 4%) |
| LAB | lab(67.8 52.9 -11.3) |
| LCH | lch(67.8 54.1 347.9) |
| OKLCH | oklch(0.743 0.162 349.5) |
Copy-ready code
/* CSS */
color: #f57dbb;
background-color: #f57dbb;
/* Tailwind (arbitrary) */
class="text-[#f57dbb] bg-[#f57dbb]"
/* SCSS */
$brand: #f57dbb;
/* SwiftUI */
Color(red: 0.961, green: 0.490, blue: 0.733)
/* Android */
Color.parseColor("#f57dbb")Accessibility — WCAG contrast
Aa
#f57dbb on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57dbb on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green49.0%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow23.7%
Key (black)3.9%
Color previews
#f57dbb text on a black background
contrast 8.53:1
Card sample
#f57dbb text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57dbb;
Background color
Panel with #f57dbb background
background-color: #f57dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 125, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 125, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57dbb; background: linear-gradient(135deg, #f57dbb, #F58F7D);