#f58fef
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 143, 239
HSL
304°, 84%, 76%
CMYK
0, 42, 2, 4
Luminance
0.4529
Every format
| HEX | #f58fef |
| RGB | rgb(245, 143, 239) |
| HSL | hsl(304, 84%, 76%) |
| CMYK | cmyk(0%, 42%, 2%, 4%) |
| LAB | lab(73.1 52.1 -32.0) |
| LCH | lch(73.1 61.2 328.4) |
| OKLCH | oklch(0.789 0.170 329.2) |
Copy-ready code
/* CSS */
color: #f58fef;
background-color: #f58fef;
/* Tailwind (arbitrary) */
class="text-[#f58fef] bg-[#f58fef]"
/* SCSS */
$brand: #f58fef;
/* SwiftUI */
Color(red: 0.961, green: 0.561, blue: 0.937)
/* Android */
Color.parseColor("#f58fef")Accessibility — WCAG contrast
Aa
#f58fef on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58fef on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green56.1%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta41.6%
Yellow2.4%
Key (black)3.9%
Color previews
#f58fef text on a black background
contrast 10.06:1
Card sample
#f58fef text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58fef;
Background color
Panel with #f58fef background
background-color: #f58fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 143, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 143, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58fef; background: linear-gradient(135deg, #f58fef, #F58FAB);