#f59dfb
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 157, 251
HSL
296°, 92%, 80%
CMYK
2, 38, 0, 2
Luminance
0.5049
Every format
| HEX | #f59dfb |
| RGB | rgb(245, 157, 251) |
| HSL | hsl(296, 92%, 80%) |
| CMYK | cmyk(2%, 38%, 0%, 2%) |
| LAB | lab(76.4 47.1 -33.5) |
| LCH | lch(76.4 57.8 324.6) |
| OKLCH | oklch(0.815 0.158 324.6) |
Copy-ready code
/* CSS */
color: #f59dfb;
background-color: #f59dfb;
/* Tailwind (arbitrary) */
class="text-[#f59dfb] bg-[#f59dfb]"
/* SCSS */
$brand: #f59dfb;
/* SwiftUI */
Color(red: 0.961, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#f59dfb")Accessibility — WCAG contrast
Aa
#f59dfb on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f59dfb on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green61.6%
Blue98.4%
CMYK percentages
Cyan2.4%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#f59dfb text on a black background
contrast 11.10:1
Card sample
#f59dfb text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f59dfb;
Background color
Panel with #f59dfb background
background-color: #f59dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f59dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f59dfb; background: linear-gradient(135deg, #f59dfb, #FB9DC2);