#f596fe
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 150, 254
HSL
295°, 98%, 79%
CMYK
4, 41, 0, 0
Luminance
0.4838
Every format
| HEX | #f596fe |
| RGB | rgb(245, 150, 254) |
| HSL | hsl(295, 98%, 79%) |
| CMYK | cmyk(4%, 41%, 0%, 0%) |
| LAB | lab(75.1 51.2 -37.1) |
| LCH | lch(75.1 63.3 324.1) |
| OKLCH | oklch(0.806 0.173 323.9) |
Copy-ready code
/* CSS */
color: #f596fe;
background-color: #f596fe;
/* Tailwind (arbitrary) */
class="text-[#f596fe] bg-[#f596fe]"
/* SCSS */
$brand: #f596fe;
/* SwiftUI */
Color(red: 0.961, green: 0.588, blue: 0.996)
/* Android */
Color.parseColor("#f596fe")Accessibility — WCAG contrast
Aa
#f596fe on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f596fe on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green58.8%
Blue99.6%
CMYK percentages
Cyan3.5%
Magenta40.9%
Yellow0.0%
Key (black)0.4%
Color previews
#f596fe text on a black background
contrast 10.68:1
Card sample
#f596fe text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f596fe;
Background color
Panel with #f596fe background
background-color: #f596fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f596fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 150, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 150, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f596fe; background: linear-gradient(135deg, #f596fe, #FE96C2);