#f57ada
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 122, 218
HSL
313°, 86%, 72%
CMYK
0, 50, 11, 4
Luminance
0.3839
Every format
| HEX | #f57ada |
| RGB | rgb(245, 122, 218) |
| HSL | hsl(313, 86%, 72%) |
| CMYK | cmyk(0%, 50%, 11%, 4%) |
| LAB | lab(68.3 58.9 -27.8) |
| LCH | lch(68.3 65.1 334.7) |
| OKLCH | oklch(0.751 0.187 336.3) |
Copy-ready code
/* CSS */
color: #f57ada;
background-color: #f57ada;
/* Tailwind (arbitrary) */
class="text-[#f57ada] bg-[#f57ada]"
/* SCSS */
$brand: #f57ada;
/* SwiftUI */
Color(red: 0.961, green: 0.478, blue: 0.855)
/* Android */
Color.parseColor("#f57ada")Accessibility — WCAG contrast
Aa
#f57ada on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57ada on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green47.8%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow11.0%
Key (black)3.9%
Color previews
#f57ada text on a black background
contrast 8.68:1
Card sample
#f57ada text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57ada;
Background color
Panel with #f57ada background
background-color: #f57ada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57ada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 122, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 122, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57ada; background: linear-gradient(135deg, #f57ada, #F57A88);