#f59fe2
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 159, 226
HSL
313°, 81%, 79%
CMYK
0, 35, 8, 4
Luminance
0.4970
Every format
| HEX | #f59fe2 |
| RGB | rgb(245, 159, 226) |
| HSL | hsl(313, 81%, 79%) |
| CMYK | cmyk(0%, 35%, 8%, 4%) |
| LAB | lab(75.9 41.7 -20.7) |
| LCH | lch(75.9 46.5 333.6) |
| OKLCH | oklch(0.809 0.132 335.1) |
Copy-ready code
/* CSS */
color: #f59fe2;
background-color: #f59fe2;
/* Tailwind (arbitrary) */
class="text-[#f59fe2] bg-[#f59fe2]"
/* SCSS */
$brand: #f59fe2;
/* SwiftUI */
Color(red: 0.961, green: 0.624, blue: 0.886)
/* Android */
Color.parseColor("#f59fe2")Accessibility — WCAG contrast
Aa
#f59fe2 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f59fe2 on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green62.4%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow7.8%
Key (black)3.9%
Color previews
#f59fe2 text on a black background
contrast 10.94:1
Card sample
#f59fe2 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f59fe2;
Background color
Panel with #f59fe2 background
background-color: #f59fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f59fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 159, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 159, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f59fe2; background: linear-gradient(135deg, #f59fe2, #F59FA9);