#f58df4
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 141, 244
HSL
301°, 84%, 76%
CMYK
0, 42, 0, 4
Luminance
0.4499
Every format
| HEX | #f58df4 |
| RGB | rgb(245, 141, 244) |
| HSL | hsl(301, 84%, 76%) |
| CMYK | cmyk(0%, 42%, 0%, 4%) |
| LAB | lab(72.9 54.0 -35.1) |
| LCH | lch(72.9 64.4 327.0) |
| OKLCH | oklch(0.788 0.178 327.4) |
Copy-ready code
/* CSS */
color: #f58df4;
background-color: #f58df4;
/* Tailwind (arbitrary) */
class="text-[#f58df4] bg-[#f58df4]"
/* SCSS */
$brand: #f58df4;
/* SwiftUI */
Color(red: 0.961, green: 0.553, blue: 0.957)
/* Android */
Color.parseColor("#f58df4")Accessibility — WCAG contrast
Aa
#f58df4 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58df4 on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green55.3%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow0.4%
Key (black)3.9%
Color previews
#f58df4 text on a black background
contrast 10.00:1
Card sample
#f58df4 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58df4;
Background color
Panel with #f58df4 background
background-color: #f58df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 141, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 141, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58df4; background: linear-gradient(135deg, #f58df4, #F58DAF);