#f596cb
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 150, 203
HSL
327°, 83%, 78%
CMYK
0, 39, 17, 4
Luminance
0.4554
Every format
| HEX | #f596cb |
| RGB | rgb(245, 150, 203) |
| HSL | hsl(327, 83%, 78%) |
| CMYK | cmyk(0%, 39%, 17%, 4%) |
| LAB | lab(73.3 42.7 -12.0) |
| LCH | lch(73.3 44.3 344.3) |
| OKLCH | oklch(0.786 0.130 346.0) |
Copy-ready code
/* CSS */
color: #f596cb;
background-color: #f596cb;
/* Tailwind (arbitrary) */
class="text-[#f596cb] bg-[#f596cb]"
/* SCSS */
$brand: #f596cb;
/* SwiftUI */
Color(red: 0.961, green: 0.588, blue: 0.796)
/* Android */
Color.parseColor("#f596cb")Accessibility — WCAG contrast
Aa
#f596cb on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f596cb on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green58.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta38.8%
Yellow17.1%
Key (black)3.9%
Color previews
#f596cb text on a black background
contrast 10.11:1
Card sample
#f596cb text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f596cb;
Background color
Panel with #f596cb background
background-color: #f596cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f596cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 150, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 150, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f596cb; background: linear-gradient(135deg, #f596cb, #F5A196);