#f57fd2
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 127, 210
HSL
318°, 86%, 73%
CMYK
0, 48, 14, 4
Luminance
0.3924
Every format
| HEX | #f57fd2 |
| RGB | rgb(245, 127, 210) |
| HSL | hsl(318, 86%, 73%) |
| CMYK | cmyk(0%, 48%, 14%, 4%) |
| LAB | lab(68.9 55.3 -22.4) |
| LCH | lch(68.9 59.6 337.9) |
| OKLCH | oklch(0.754 0.173 339.7) |
Copy-ready code
/* CSS */
color: #f57fd2;
background-color: #f57fd2;
/* Tailwind (arbitrary) */
class="text-[#f57fd2] bg-[#f57fd2]"
/* SCSS */
$brand: #f57fd2;
/* SwiftUI */
Color(red: 0.961, green: 0.498, blue: 0.824)
/* Android */
Color.parseColor("#f57fd2")Accessibility — WCAG contrast
Aa
#f57fd2 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57fd2 on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green49.8%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow14.3%
Key (black)3.9%
Color previews
#f57fd2 text on a black background
contrast 8.85:1
Card sample
#f57fd2 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57fd2;
Background color
Panel with #f57fd2 background
background-color: #f57fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 127, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 127, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57fd2; background: linear-gradient(135deg, #f57fd2, #F57F83);