#f57cd3
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 124, 211
HSL
317°, 86%, 72%
CMYK
0, 49, 14, 4
Luminance
0.3853
Every format
| HEX | #f57cd3 |
| RGB | rgb(245, 124, 211) |
| HSL | hsl(317, 86%, 72%) |
| CMYK | cmyk(0%, 49%, 14%, 4%) |
| LAB | lab(68.4 56.9 -23.8) |
| LCH | lch(68.4 61.6 337.3) |
| OKLCH | oklch(0.751 0.179 339.1) |
Copy-ready code
/* CSS */
color: #f57cd3;
background-color: #f57cd3;
/* Tailwind (arbitrary) */
class="text-[#f57cd3] bg-[#f57cd3]"
/* SCSS */
$brand: #f57cd3;
/* SwiftUI */
Color(red: 0.961, green: 0.486, blue: 0.827)
/* Android */
Color.parseColor("#f57cd3")Accessibility — WCAG contrast
Aa
#f57cd3 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57cd3 on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green48.6%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow13.9%
Key (black)3.9%
Color previews
#f57cd3 text on a black background
contrast 8.71:1
Card sample
#f57cd3 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57cd3;
Background color
Panel with #f57cd3 background
background-color: #f57cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 124, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 124, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57cd3; background: linear-gradient(135deg, #f57cd3, #F57C82);