#f596cf
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 150, 207
HSL
324°, 83%, 78%
CMYK
0, 39, 16, 4
Luminance
0.4573
Every format
| HEX | #f596cf |
| RGB | rgb(245, 150, 207) |
| HSL | hsl(324, 83%, 78%) |
| CMYK | cmyk(0%, 39%, 16%, 4%) |
| LAB | lab(73.4 43.3 -14.1) |
| LCH | lch(73.4 45.5 342.0) |
| OKLCH | oklch(0.788 0.133 343.8) |
Copy-ready code
/* CSS */
color: #f596cf;
background-color: #f596cf;
/* Tailwind (arbitrary) */
class="text-[#f596cf] bg-[#f596cf]"
/* SCSS */
$brand: #f596cf;
/* SwiftUI */
Color(red: 0.961, green: 0.588, blue: 0.812)
/* Android */
Color.parseColor("#f596cf")Accessibility — WCAG contrast
Aa
#f596cf on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f596cf on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green58.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta38.8%
Yellow15.5%
Key (black)3.9%
Color previews
#f596cf text on a black background
contrast 10.15:1
Card sample
#f596cf text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f596cf;
Background color
Panel with #f596cf background
background-color: #f596cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f596cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 150, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 150, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f596cf; background: linear-gradient(135deg, #f596cf, #F59D96);