#f596db
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 150, 219
HSL
316°, 83%, 78%
CMYK
0, 39, 11, 4
Luminance
0.4634
Every format
| HEX | #f596db |
| RGB | rgb(245, 150, 219) |
| HSL | hsl(316, 83%, 78%) |
| CMYK | cmyk(0%, 39%, 11%, 4%) |
| LAB | lab(73.8 45.2 -20.1) |
| LCH | lch(73.8 49.4 336.1) |
| OKLCH | oklch(0.792 0.142 337.7) |
Copy-ready code
/* CSS */
color: #f596db;
background-color: #f596db;
/* Tailwind (arbitrary) */
class="text-[#f596db] bg-[#f596db]"
/* SCSS */
$brand: #f596db;
/* SwiftUI */
Color(red: 0.961, green: 0.588, blue: 0.859)
/* Android */
Color.parseColor("#f596db")Accessibility — WCAG contrast
Aa
#f596db on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f596db on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green58.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta38.8%
Yellow10.6%
Key (black)3.9%
Color previews
#f596db text on a black background
contrast 10.27:1
Card sample
#f596db text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f596db;
Background color
Panel with #f596db background
background-color: #f596db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f596db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 150, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 150, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f596db; background: linear-gradient(135deg, #f596db, #F5969C);