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