#f59afb
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 154, 251
HSL
296°, 92%, 79%
CMYK
2, 39, 0, 2
Luminance
0.4949
Every format
| HEX | #f59afb |
| RGB | rgb(245, 154, 251) |
| HSL | hsl(296, 92%, 79%) |
| CMYK | cmyk(2%, 39%, 0%, 2%) |
| LAB | lab(75.8 48.6 -34.4) |
| LCH | lch(75.8 59.6 324.7) |
| OKLCH | oklch(0.811 0.163 324.7) |
Copy-ready code
/* CSS */
color: #f59afb;
background-color: #f59afb;
/* Tailwind (arbitrary) */
class="text-[#f59afb] bg-[#f59afb]"
/* SCSS */
$brand: #f59afb;
/* SwiftUI */
Color(red: 0.961, green: 0.604, blue: 0.984)
/* Android */
Color.parseColor("#f59afb")Accessibility — WCAG contrast
Aa
#f59afb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f59afb on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green60.4%
Blue98.4%
CMYK percentages
Cyan2.4%
Magenta38.6%
Yellow0.0%
Key (black)1.6%
Color previews
#f59afb text on a black background
contrast 10.90:1
Card sample
#f59afb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f59afb;
Background color
Panel with #f59afb background
background-color: #f59afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f59afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 154, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 154, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f59afb; background: linear-gradient(135deg, #f59afb, #FB9AC0);