#f19ba2
a light, electric red · warm · closest name: pink
RGB
241, 155, 162
HSL
355°, 75%, 78%
CMYK
0, 36, 33, 6
Luminance
0.4475
Every format
| HEX | #f19ba2 |
| RGB | rgb(241, 155, 162) |
| HSL | hsl(355, 75%, 78%) |
| CMYK | cmyk(0%, 36%, 33%, 6%) |
| LAB | lab(72.7 33.0 9.8) |
| LCH | lch(72.7 34.4 16.6) |
| OKLCH | oklch(0.778 0.103 14.4) |
Copy-ready code
/* CSS */
color: #f19ba2;
background-color: #f19ba2;
/* Tailwind (arbitrary) */
class="text-[#f19ba2] bg-[#f19ba2]"
/* SCSS */
$brand: #f19ba2;
/* SwiftUI */
Color(red: 0.945, green: 0.608, blue: 0.635)
/* Android */
Color.parseColor("#f19ba2")Accessibility — WCAG contrast
Aa
#f19ba2 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f19ba2 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green60.8%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow32.8%
Key (black)5.5%
Color previews
#f19ba2 text on a black background
contrast 9.95:1
Card sample
#f19ba2 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f19ba2;
Background color
Panel with #f19ba2 background
background-color: #f19ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f19ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 155, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 155, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f19ba2; background: linear-gradient(135deg, #f19ba2, #F1CD9B);