#f58cfd
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 140, 253
HSL
296°, 97%, 77%
CMYK
3, 45, 0, 1
Luminance
0.4526
Every format
| HEX | #f58cfd |
| RGB | rgb(245, 140, 253) |
| HSL | hsl(296, 97%, 77%) |
| CMYK | cmyk(3%, 45%, 0%, 1%) |
| LAB | lab(73.1 56.1 -39.7) |
| LCH | lch(73.1 68.7 324.7) |
| OKLCH | oklch(0.791 0.188 324.6) |
Copy-ready code
/* CSS */
color: #f58cfd;
background-color: #f58cfd;
/* Tailwind (arbitrary) */
class="text-[#f58cfd] bg-[#f58cfd]"
/* SCSS */
$brand: #f58cfd;
/* SwiftUI */
Color(red: 0.961, green: 0.549, blue: 0.992)
/* Android */
Color.parseColor("#f58cfd")Accessibility — WCAG contrast
Aa
#f58cfd on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58cfd on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green54.9%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta44.7%
Yellow0.0%
Key (black)0.8%
Color previews
#f58cfd text on a black background
contrast 10.05:1
Card sample
#f58cfd text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58cfd;
Background color
Panel with #f58cfd background
background-color: #f58cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 140, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 140, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58cfd; background: linear-gradient(135deg, #f58cfd, #FD8CBA);