#f495af
a light, electric magenta / pink · warm · closest name: pink
RGB
244, 149, 175
HSL
344°, 81%, 77%
CMYK
0, 39, 28, 4
Luminance
0.4382
Every format
| HEX | #f495af |
| RGB | rgb(244, 149, 175) |
| HSL | hsl(344, 81%, 77%) |
| CMYK | cmyk(0%, 39%, 28%, 4%) |
| LAB | lab(72.1 38.9 1.8) |
| LCH | lch(72.1 38.9 2.6) |
| OKLCH | oklch(0.775 0.118 2.5) |
Copy-ready code
/* CSS */
color: #f495af;
background-color: #f495af;
/* Tailwind (arbitrary) */
class="text-[#f495af] bg-[#f495af]"
/* SCSS */
$brand: #f495af;
/* SwiftUI */
Color(red: 0.957, green: 0.584, blue: 0.686)
/* Android */
Color.parseColor("#f495af")Accessibility — WCAG contrast
Aa
#f495af on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f495af on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green58.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta38.9%
Yellow28.3%
Key (black)4.3%
Color previews
#f495af text on a black background
contrast 9.76:1
Card sample
#f495af text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f495af;
Background color
Panel with #f495af background
background-color: #f495af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f495af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 149, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 149, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f495af; background: linear-gradient(135deg, #f495af, #F4BA95);