#f596fd
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 150, 253
HSL
295°, 96%, 79%
CMYK
3, 41, 0, 1
Luminance
0.4832
Every format
| HEX | #f596fd |
| RGB | rgb(245, 150, 253) |
| HSL | hsl(295, 96%, 79%) |
| CMYK | cmyk(3%, 41%, 0%, 1%) |
| LAB | lab(75.0 51.1 -36.6) |
| LCH | lch(75.0 62.9 324.3) |
| OKLCH | oklch(0.805 0.172 324.2) |
Copy-ready code
/* CSS */
color: #f596fd;
background-color: #f596fd;
/* Tailwind (arbitrary) */
class="text-[#f596fd] bg-[#f596fd]"
/* SCSS */
$brand: #f596fd;
/* SwiftUI */
Color(red: 0.961, green: 0.588, blue: 0.992)
/* Android */
Color.parseColor("#f596fd")Accessibility — WCAG contrast
Aa
#f596fd on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f596fd on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green58.8%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta40.7%
Yellow0.0%
Key (black)0.8%
Color previews
#f596fd text on a black background
contrast 10.66:1
Card sample
#f596fd text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f596fd;
Background color
Panel with #f596fd background
background-color: #f596fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f596fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 150, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 150, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f596fd; background: linear-gradient(135deg, #f596fd, #FD96C0);