#f57dc9
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 125, 201
HSL
322°, 86%, 73%
CMYK
0, 49, 18, 4
Luminance
0.3830
Every format
| HEX | #f57dc9 |
| RGB | rgb(245, 125, 201) |
| HSL | hsl(322, 86%, 73%) |
| CMYK | cmyk(0%, 49%, 18%, 4%) |
| LAB | lab(68.2 54.9 -18.5) |
| LCH | lch(68.2 57.9 341.4) |
| OKLCH | oklch(0.748 0.170 343.3) |
Copy-ready code
/* CSS */
color: #f57dc9;
background-color: #f57dc9;
/* Tailwind (arbitrary) */
class="text-[#f57dc9] bg-[#f57dc9]"
/* SCSS */
$brand: #f57dc9;
/* SwiftUI */
Color(red: 0.961, green: 0.490, blue: 0.788)
/* Android */
Color.parseColor("#f57dc9")Accessibility — WCAG contrast
Aa
#f57dc9 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57dc9 on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green49.0%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow18.0%
Key (black)3.9%
Color previews
#f57dc9 text on a black background
contrast 8.66:1
Card sample
#f57dc9 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57dc9;
Background color
Panel with #f57dc9 background
background-color: #f57dc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57dc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 125, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 125, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57dc9; background: linear-gradient(135deg, #f57dc9, #F5817D);