#f577db
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 119, 219
HSL
312°, 86%, 71%
CMYK
0, 51, 11, 4
Luminance
0.3772
Every format
| HEX | #f577db |
| RGB | rgb(245, 119, 219) |
| HSL | hsl(312, 86%, 71%) |
| CMYK | cmyk(0%, 51%, 11%, 4%) |
| LAB | lab(67.8 60.5 -29.1) |
| LCH | lch(67.8 67.1 334.3) |
| OKLCH | oklch(0.747 0.193 335.8) |
Copy-ready code
/* CSS */
color: #f577db;
background-color: #f577db;
/* Tailwind (arbitrary) */
class="text-[#f577db] bg-[#f577db]"
/* SCSS */
$brand: #f577db;
/* SwiftUI */
Color(red: 0.961, green: 0.467, blue: 0.859)
/* Android */
Color.parseColor("#f577db")Accessibility — WCAG contrast
Aa
#f577db on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f577db on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green46.7%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow10.6%
Key (black)3.9%
Color previews
#f577db text on a black background
contrast 8.54:1
Card sample
#f577db text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f577db;
Background color
Panel with #f577db background
background-color: #f577db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f577db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 119, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 119, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f577db; background: linear-gradient(135deg, #f577db, #F57787);