#f58ef1
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 142, 241
HSL
302°, 84%, 76%
CMYK
0, 42, 2, 4
Luminance
0.4511
Every format
| HEX | #f58ef1 |
| RGB | rgb(245, 142, 241) |
| HSL | hsl(302, 84%, 76%) |
| CMYK | cmyk(0%, 42%, 2%, 4%) |
| LAB | lab(73.0 53.0 -33.3) |
| LCH | lch(73.0 62.6 327.8) |
| OKLCH | oklch(0.788 0.174 328.5) |
Copy-ready code
/* CSS */
color: #f58ef1;
background-color: #f58ef1;
/* Tailwind (arbitrary) */
class="text-[#f58ef1] bg-[#f58ef1]"
/* SCSS */
$brand: #f58ef1;
/* SwiftUI */
Color(red: 0.961, green: 0.557, blue: 0.945)
/* Android */
Color.parseColor("#f58ef1")Accessibility — WCAG contrast
Aa
#f58ef1 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58ef1 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green55.7%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta42.0%
Yellow1.6%
Key (black)3.9%
Color previews
#f58ef1 text on a black background
contrast 10.02:1
Card sample
#f58ef1 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58ef1;
Background color
Panel with #f58ef1 background
background-color: #f58ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 142, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 142, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58ef1; background: linear-gradient(135deg, #f58ef1, #F58EAC);