#f1a2ab
a light, vivid red · warm · closest name: pink
RGB
241, 162, 171
HSL
353°, 74%, 79%
CMYK
0, 33, 29, 6
Luminance
0.4748
Every format
| HEX | #f1a2ab |
| RGB | rgb(241, 162, 171) |
| HSL | hsl(353, 74%, 79%) |
| CMYK | cmyk(0%, 33%, 29%, 6%) |
| LAB | lab(74.5 30.4 7.4) |
| LCH | lch(74.5 31.3 13.6) |
| OKLCH | oklch(0.792 0.094 12.0) |
Copy-ready code
/* CSS */
color: #f1a2ab;
background-color: #f1a2ab;
/* Tailwind (arbitrary) */
class="text-[#f1a2ab] bg-[#f1a2ab]"
/* SCSS */
$brand: #f1a2ab;
/* SwiftUI */
Color(red: 0.945, green: 0.635, blue: 0.671)
/* Android */
Color.parseColor("#f1a2ab")Accessibility — WCAG contrast
Aa
#f1a2ab on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1a2ab on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green63.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow29.0%
Key (black)5.5%
Color previews
#f1a2ab text on a black background
contrast 10.50:1
Card sample
#f1a2ab text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1a2ab;
Background color
Panel with #f1a2ab background
background-color: #f1a2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1a2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 162, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 162, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1a2ab; background: linear-gradient(135deg, #f1a2ab, #F1CEA2);