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