#f199af
a light, electric red · warm · closest name: pink
RGB
241, 153, 175
HSL
345°, 76%, 77%
CMYK
0, 37, 27, 6
Luminance
0.4458
Every format
| HEX | #f199af |
| RGB | rgb(241, 153, 175) |
| HSL | hsl(345, 76%, 77%) |
| CMYK | cmyk(0%, 37%, 27%, 6%) |
| LAB | lab(72.6 35.7 2.5) |
| LCH | lch(72.6 35.8 3.9) |
| OKLCH | oklch(0.778 0.108 3.7) |
Copy-ready code
/* CSS */
color: #f199af;
background-color: #f199af;
/* Tailwind (arbitrary) */
class="text-[#f199af] bg-[#f199af]"
/* SCSS */
$brand: #f199af;
/* SwiftUI */
Color(red: 0.945, green: 0.600, blue: 0.686)
/* Android */
Color.parseColor("#f199af")Accessibility — WCAG contrast
Aa
#f199af on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f199af on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green60.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta36.5%
Yellow27.4%
Key (black)5.5%
Color previews
#f199af text on a black background
contrast 9.92:1
Card sample
#f199af text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f199af;
Background color
Panel with #f199af background
background-color: #f199af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f199af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 153, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 153, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f199af; background: linear-gradient(135deg, #f199af, #F1BE99);