#f597df
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 151, 223
HSL
314°, 83%, 78%
CMYK
0, 38, 9, 4
Luminance
0.4687
Every format
| HEX | #f597df |
| RGB | rgb(245, 151, 223) |
| HSL | hsl(314, 83%, 78%) |
| CMYK | cmyk(0%, 38%, 9%, 4%) |
| LAB | lab(74.1 45.3 -21.7) |
| LCH | lch(74.1 50.3 334.4) |
| OKLCH | oklch(0.795 0.143 336.0) |
Copy-ready code
/* CSS */
color: #f597df;
background-color: #f597df;
/* Tailwind (arbitrary) */
class="text-[#f597df] bg-[#f597df]"
/* SCSS */
$brand: #f597df;
/* SwiftUI */
Color(red: 0.961, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#f597df")Accessibility — WCAG contrast
Aa
#f597df on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f597df on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green59.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta38.4%
Yellow9.0%
Key (black)3.9%
Color previews
#f597df text on a black background
contrast 10.37:1
Card sample
#f597df text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f597df;
Background color
Panel with #f597df background
background-color: #f597df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f597df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f597df; background: linear-gradient(135deg, #f597df, #F597A0);