#f59ac2
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 154, 194
HSL
334°, 82%, 78%
CMYK
0, 37, 21, 4
Luminance
0.4642
Every format
| HEX | #f59ac2 |
| RGB | rgb(245, 154, 194) |
| HSL | hsl(334, 82%, 78%) |
| CMYK | cmyk(0%, 37%, 21%, 4%) |
| LAB | lab(73.8 39.3 -6.2) |
| LCH | lch(73.8 39.7 351.0) |
| OKLCH | oklch(0.790 0.118 352.3) |
Copy-ready code
/* CSS */
color: #f59ac2;
background-color: #f59ac2;
/* Tailwind (arbitrary) */
class="text-[#f59ac2] bg-[#f59ac2]"
/* SCSS */
$brand: #f59ac2;
/* SwiftUI */
Color(red: 0.961, green: 0.604, blue: 0.761)
/* Android */
Color.parseColor("#f59ac2")Accessibility — WCAG contrast
Aa
#f59ac2 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f59ac2 on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green60.4%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta37.1%
Yellow20.8%
Key (black)3.9%
Color previews
#f59ac2 text on a black background
contrast 10.28:1
Card sample
#f59ac2 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f59ac2;
Background color
Panel with #f59ac2 background
background-color: #f59ac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f59ac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 154, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 154, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f59ac2; background: linear-gradient(135deg, #f59ac2, #F5AE9A);