#f593c5
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 147, 197
HSL
329°, 83%, 77%
CMYK
0, 40, 20, 4
Luminance
0.4431
Every format
| HEX | #f593c5 |
| RGB | rgb(245, 147, 197) |
| HSL | hsl(329, 83%, 77%) |
| CMYK | cmyk(0%, 40%, 20%, 4%) |
| LAB | lab(72.4 43.3 -9.9) |
| LCH | lch(72.4 44.4 347.1) |
| OKLCH | oklch(0.779 0.132 348.7) |
Copy-ready code
/* CSS */
color: #f593c5;
background-color: #f593c5;
/* Tailwind (arbitrary) */
class="text-[#f593c5] bg-[#f593c5]"
/* SCSS */
$brand: #f593c5;
/* SwiftUI */
Color(red: 0.961, green: 0.576, blue: 0.773)
/* Android */
Color.parseColor("#f593c5")Accessibility — WCAG contrast
Aa
#f593c5 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f593c5 on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green57.6%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow19.6%
Key (black)3.9%
Color previews
#f593c5 text on a black background
contrast 9.86:1
Card sample
#f593c5 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f593c5;
Background color
Panel with #f593c5 background
background-color: #f593c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f593c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 147, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 147, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f593c5; background: linear-gradient(135deg, #f593c5, #F5A293);