#f491af
a light, electric magenta / pink · warm · closest name: pink
RGB
244, 145, 175
HSL
342°, 82%, 76%
CMYK
0, 41, 28, 4
Luminance
0.4258
Every format
| HEX | #f491af |
| RGB | rgb(244, 145, 175) |
| HSL | hsl(342, 82%, 76%) |
| CMYK | cmyk(0%, 41%, 28%, 4%) |
| LAB | lab(71.3 40.9 0.6) |
| LCH | lch(71.3 40.9 0.8) |
| OKLCH | oklch(0.768 0.124 0.9) |
Copy-ready code
/* CSS */
color: #f491af;
background-color: #f491af;
/* Tailwind (arbitrary) */
class="text-[#f491af] bg-[#f491af]"
/* SCSS */
$brand: #f491af;
/* SwiftUI */
Color(red: 0.957, green: 0.569, blue: 0.686)
/* Android */
Color.parseColor("#f491af")Accessibility — WCAG contrast
Aa
#f491af on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f491af on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green56.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta40.6%
Yellow28.3%
Key (black)4.3%
Color previews
#f491af text on a black background
contrast 9.52:1
Card sample
#f491af text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f491af;
Background color
Panel with #f491af background
background-color: #f491af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f491af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 145, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 145, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f491af; background: linear-gradient(135deg, #f491af, #F4B591);