#f57ace
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 122, 206
HSL
319°, 86%, 72%
CMYK
0, 50, 16, 4
Luminance
0.3779
Every format
| HEX | #f57ace |
| RGB | rgb(245, 122, 206) |
| HSL | hsl(319, 86%, 72%) |
| CMYK | cmyk(0%, 50%, 16%, 4%) |
| LAB | lab(67.9 57.1 -21.8) |
| LCH | lch(67.9 61.1 339.1) |
| OKLCH | oklch(0.746 0.178 340.9) |
Copy-ready code
/* CSS */
color: #f57ace;
background-color: #f57ace;
/* Tailwind (arbitrary) */
class="text-[#f57ace] bg-[#f57ace]"
/* SCSS */
$brand: #f57ace;
/* SwiftUI */
Color(red: 0.961, green: 0.478, blue: 0.808)
/* Android */
Color.parseColor("#f57ace")Accessibility — WCAG contrast
Aa
#f57ace on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57ace on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green47.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow15.9%
Key (black)3.9%
Color previews
#f57ace text on a black background
contrast 8.56:1
Card sample
#f57ace text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57ace;
Background color
Panel with #f57ace background
background-color: #f57ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 122, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 122, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57ace; background: linear-gradient(135deg, #f57ace, #F57A7C);