#f593df
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 147, 223
HSL
314°, 83%, 77%
CMYK
0, 40, 9, 4
Luminance
0.4561
Every format
| HEX | #f593df |
| RGB | rgb(245, 147, 223) |
| HSL | hsl(314, 83%, 77%) |
| CMYK | cmyk(0%, 40%, 9%, 4%) |
| LAB | lab(73.3 47.4 -23.0) |
| LCH | lch(73.3 52.6 334.1) |
| OKLCH | oklch(0.789 0.150 335.7) |
Copy-ready code
/* CSS */
color: #f593df;
background-color: #f593df;
/* Tailwind (arbitrary) */
class="text-[#f593df] bg-[#f593df]"
/* SCSS */
$brand: #f593df;
/* SwiftUI */
Color(red: 0.961, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#f593df")Accessibility — WCAG contrast
Aa
#f593df on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f593df on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green57.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow9.0%
Key (black)3.9%
Color previews
#f593df text on a black background
contrast 10.12:1
Card sample
#f593df text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f593df;
Background color
Panel with #f593df background
background-color: #f593df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f593df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f593df; background: linear-gradient(135deg, #f593df, #F5939E);