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