#f58fe0
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 143, 224
HSL
312°, 84%, 76%
CMYK
0, 42, 9, 4
Luminance
0.4444
Every format
| HEX | #f58fe0 |
| RGB | rgb(245, 143, 224) |
| HSL | hsl(312, 84%, 76%) |
| CMYK | cmyk(0%, 42%, 9%, 4%) |
| LAB | lab(72.5 49.6 -24.7) |
| LCH | lch(72.5 55.4 333.5) |
| OKLCH | oklch(0.783 0.158 335.0) |
Copy-ready code
/* CSS */
color: #f58fe0;
background-color: #f58fe0;
/* Tailwind (arbitrary) */
class="text-[#f58fe0] bg-[#f58fe0]"
/* SCSS */
$brand: #f58fe0;
/* SwiftUI */
Color(red: 0.961, green: 0.561, blue: 0.878)
/* Android */
Color.parseColor("#f58fe0")Accessibility — WCAG contrast
Aa
#f58fe0 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58fe0 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green56.1%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta41.6%
Yellow8.6%
Key (black)3.9%
Color previews
#f58fe0 text on a black background
contrast 9.89:1
Card sample
#f58fe0 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58fe0;
Background color
Panel with #f58fe0 background
background-color: #f58fe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58fe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 143, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 143, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58fe0; background: linear-gradient(135deg, #f58fe0, #F58F9C);