#f595af
a light, electric magenta / pink · warm · closest name: pink
RGB
245, 149, 175
HSL
344°, 83%, 77%
CMYK
0, 39, 29, 4
Luminance
0.4400
Every format
| HEX | #f595af |
| RGB | rgb(245, 149, 175) |
| HSL | hsl(344, 83%, 77%) |
| CMYK | cmyk(0%, 39%, 29%, 4%) |
| LAB | lab(72.2 39.2 2.0) |
| LCH | lch(72.2 39.3 2.9) |
| OKLCH | oklch(0.776 0.119 2.7) |
Copy-ready code
/* CSS */
color: #f595af;
background-color: #f595af;
/* Tailwind (arbitrary) */
class="text-[#f595af] bg-[#f595af]"
/* SCSS */
$brand: #f595af;
/* SwiftUI */
Color(red: 0.961, green: 0.584, blue: 0.686)
/* Android */
Color.parseColor("#f595af")Accessibility — WCAG contrast
Aa
#f595af on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f595af on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green58.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta39.2%
Yellow28.6%
Key (black)3.9%
Color previews
#f595af text on a black background
contrast 9.80:1
Card sample
#f595af text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f595af;
Background color
Panel with #f595af background
background-color: #f595af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f595af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 149, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 149, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f595af; background: linear-gradient(135deg, #f595af, #F5BB95);