#f19abc
a light, electric magenta / pink · warm · closest name: pink
RGB
241, 154, 188
HSL
337°, 76%, 78%
CMYK
0, 36, 22, 6
Luminance
0.4544
Every format
| HEX | #f19abc |
| RGB | rgb(241, 154, 188) |
| HSL | hsl(337, 76%, 78%) |
| CMYK | cmyk(0%, 36%, 22%, 6%) |
| LAB | lab(73.2 37.0 -3.9) |
| LCH | lch(73.2 37.2 354.0) |
| OKLCH | oklch(0.783 0.112 355.0) |
Copy-ready code
/* CSS */
color: #f19abc;
background-color: #f19abc;
/* Tailwind (arbitrary) */
class="text-[#f19abc] bg-[#f19abc]"
/* SCSS */
$brand: #f19abc;
/* SwiftUI */
Color(red: 0.945, green: 0.604, blue: 0.737)
/* Android */
Color.parseColor("#f19abc")Accessibility — WCAG contrast
Aa
#f19abc on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f19abc on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green60.4%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow22.0%
Key (black)5.5%
Color previews
#f19abc text on a black background
contrast 10.09:1
Card sample
#f19abc text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f19abc;
Background color
Panel with #f19abc background
background-color: #f19abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f19abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 154, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 154, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f19abc; background: linear-gradient(135deg, #f19abc, #F1B29A);