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