#f59afd
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 154, 253
HSL
295°, 96%, 80%
CMYK
3, 39, 0, 1
Luminance
0.4962
Every format
| HEX | #f59afd |
| RGB | rgb(245, 154, 253) |
| HSL | hsl(295, 96%, 80%) |
| CMYK | cmyk(3%, 39%, 0%, 1%) |
| LAB | lab(75.8 49.0 -35.4) |
| LCH | lch(75.8 60.5 324.2) |
| OKLCH | oklch(0.811 0.165 324.1) |
Copy-ready code
/* CSS */
color: #f59afd;
background-color: #f59afd;
/* Tailwind (arbitrary) */
class="text-[#f59afd] bg-[#f59afd]"
/* SCSS */
$brand: #f59afd;
/* SwiftUI */
Color(red: 0.961, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#f59afd")Accessibility — WCAG contrast
Aa
#f59afd on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f59afd on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green60.4%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#f59afd text on a black background
contrast 10.92:1
Card sample
#f59afd text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f59afd;
Background color
Panel with #f59afd background
background-color: #f59afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f59afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f59afd; background: linear-gradient(135deg, #f59afd, #FD9AC3);