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