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