#f596bc
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 150, 188
HSL
336°, 83%, 78%
CMYK
0, 39, 23, 4
Luminance
0.4486
Every format
| HEX | #f596bc |
| RGB | rgb(245, 150, 188) |
| HSL | hsl(336, 83%, 78%) |
| CMYK | cmyk(0%, 39%, 23%, 4%) |
| LAB | lab(72.8 40.5 -4.4) |
| LCH | lch(72.8 40.7 353.8) |
| OKLCH | oklch(0.781 0.122 354.8) |
Copy-ready code
/* CSS */
color: #f596bc;
background-color: #f596bc;
/* Tailwind (arbitrary) */
class="text-[#f596bc] bg-[#f596bc]"
/* SCSS */
$brand: #f596bc;
/* SwiftUI */
Color(red: 0.961, green: 0.588, blue: 0.737)
/* Android */
Color.parseColor("#f596bc")Accessibility — WCAG contrast
Aa
#f596bc on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f596bc on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green58.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta38.8%
Yellow23.3%
Key (black)3.9%
Color previews
#f596bc text on a black background
contrast 9.97:1
Card sample
#f596bc text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f596bc;
Background color
Panel with #f596bc background
background-color: #f596bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f596bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 150, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 150, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f596bc; background: linear-gradient(135deg, #f596bc, #F5B096);