#f19dab
a light, electric red · warm · closest name: pink
RGB
241, 157, 171
HSL
350°, 75%, 78%
CMYK
0, 35, 29, 6
Luminance
0.4575
Every format
| HEX | #f19dab |
| RGB | rgb(241, 157, 171) |
| HSL | hsl(350, 75%, 78%) |
| CMYK | cmyk(0%, 35%, 29%, 6%) |
| LAB | lab(73.4 33.1 5.8) |
| LCH | lch(73.4 33.6 9.9) |
| OKLCH | oklch(0.783 0.102 8.8) |
Copy-ready code
/* CSS */
color: #f19dab;
background-color: #f19dab;
/* Tailwind (arbitrary) */
class="text-[#f19dab] bg-[#f19dab]"
/* SCSS */
$brand: #f19dab;
/* SwiftUI */
Color(red: 0.945, green: 0.616, blue: 0.671)
/* Android */
Color.parseColor("#f19dab")Accessibility — WCAG contrast
Aa
#f19dab on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f19dab on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green61.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow29.0%
Key (black)5.5%
Color previews
#f19dab text on a black background
contrast 10.15:1
Card sample
#f19dab text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f19dab;
Background color
Panel with #f19dab background
background-color: #f19dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f19dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 157, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 157, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f19dab; background: linear-gradient(135deg, #f19dab, #F1C79D);