#f577ee
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 119, 238
HSL
303°, 86%, 71%
CMYK
0, 51, 3, 4
Luminance
0.3878
Every format
| HEX | #f577ee |
| RGB | rgb(245, 119, 238) |
| HSL | hsl(303, 86%, 71%) |
| CMYK | cmyk(0%, 51%, 3%, 4%) |
| LAB | lab(68.6 63.5 -38.5) |
| LCH | lch(68.6 74.3 328.8) |
| OKLCH | oklch(0.756 0.208 329.5) |
Copy-ready code
/* CSS */
color: #f577ee;
background-color: #f577ee;
/* Tailwind (arbitrary) */
class="text-[#f577ee] bg-[#f577ee]"
/* SCSS */
$brand: #f577ee;
/* SwiftUI */
Color(red: 0.961, green: 0.467, blue: 0.933)
/* Android */
Color.parseColor("#f577ee")Accessibility — WCAG contrast
Aa
#f577ee on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f577ee on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green46.7%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow2.9%
Key (black)3.9%
Color previews
#f577ee text on a black background
contrast 8.76:1
Card sample
#f577ee text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f577ee;
Background color
Panel with #f577ee background
background-color: #f577ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f577ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 119, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 119, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f577ee; background: linear-gradient(135deg, #f577ee, #F5779A);