#f19dbb
a light, electric magenta / pink · warm · closest name: pink
RGB
241, 157, 187
HSL
339°, 75%, 78%
CMYK
0, 35, 22, 6
Luminance
0.4640
Every format
| HEX | #f19dbb |
| RGB | rgb(241, 157, 187) |
| HSL | hsl(339, 75%, 78%) |
| CMYK | cmyk(0%, 35%, 22%, 6%) |
| LAB | lab(73.8 35.3 -2.4) |
| LCH | lch(73.8 35.4 356.1) |
| OKLCH | oklch(0.788 0.106 356.8) |
Copy-ready code
/* CSS */
color: #f19dbb;
background-color: #f19dbb;
/* Tailwind (arbitrary) */
class="text-[#f19dbb] bg-[#f19dbb]"
/* SCSS */
$brand: #f19dbb;
/* SwiftUI */
Color(red: 0.945, green: 0.616, blue: 0.733)
/* Android */
Color.parseColor("#f19dbb")Accessibility — WCAG contrast
Aa
#f19dbb on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f19dbb on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green61.6%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow22.4%
Key (black)5.5%
Color previews
#f19dbb text on a black background
contrast 10.28:1
Card sample
#f19dbb text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f19dbb;
Background color
Panel with #f19dbb background
background-color: #f19dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f19dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 157, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 157, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f19dbb; background: linear-gradient(135deg, #f19dbb, #F1B79D);