#f59acf
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 154, 207
HSL
325°, 82%, 78%
CMYK
0, 37, 16, 4
Luminance
0.4703
Every format
| HEX | #f59acf |
| RGB | rgb(245, 154, 207) |
| HSL | hsl(325, 82%, 78%) |
| CMYK | cmyk(0%, 37%, 16%, 4%) |
| LAB | lab(74.2 41.2 -12.8) |
| LCH | lch(74.2 43.1 342.8) |
| OKLCH | oklch(0.794 0.126 344.5) |
Copy-ready code
/* CSS */
color: #f59acf;
background-color: #f59acf;
/* Tailwind (arbitrary) */
class="text-[#f59acf] bg-[#f59acf]"
/* SCSS */
$brand: #f59acf;
/* SwiftUI */
Color(red: 0.961, green: 0.604, blue: 0.812)
/* Android */
Color.parseColor("#f59acf")Accessibility — WCAG contrast
Aa
#f59acf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f59acf on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green60.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta37.1%
Yellow15.5%
Key (black)3.9%
Color previews
#f59acf text on a black background
contrast 10.41:1
Card sample
#f59acf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f59acf;
Background color
Panel with #f59acf background
background-color: #f59acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f59acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 154, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 154, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f59acf; background: linear-gradient(135deg, #f59acf, #F5A29A);