#f595df
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 149, 223
HSL
314°, 83%, 77%
CMYK
0, 39, 9, 4
Luminance
0.4624
Every format
| HEX | #f595df |
| RGB | rgb(245, 149, 223) |
| HSL | hsl(314, 83%, 77%) |
| CMYK | cmyk(0%, 39%, 9%, 4%) |
| LAB | lab(73.7 46.4 -22.3) |
| LCH | lch(73.7 51.5 334.3) |
| OKLCH | oklch(0.792 0.146 335.8) |
Copy-ready code
/* CSS */
color: #f595df;
background-color: #f595df;
/* Tailwind (arbitrary) */
class="text-[#f595df] bg-[#f595df]"
/* SCSS */
$brand: #f595df;
/* SwiftUI */
Color(red: 0.961, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#f595df")Accessibility — WCAG contrast
Aa
#f595df on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f595df on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green58.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta39.2%
Yellow9.0%
Key (black)3.9%
Color previews
#f595df text on a black background
contrast 10.25:1
Card sample
#f595df text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f595df;
Background color
Panel with #f595df background
background-color: #f595df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f595df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f595df; background: linear-gradient(135deg, #f595df, #F5959F);