#f1afab
a light, vivid red · warm · closest name: pink
RGB
241, 175, 171
HSL
3°, 71%, 81%
CMYK
0, 27, 29, 6
Luminance
0.5230
Every format
| HEX | #f1afab |
| RGB | rgb(241, 175, 171) |
| HSL | hsl(3, 71%, 81%) |
| CMYK | cmyk(0%, 27%, 29%, 6%) |
| LAB | lab(77.5 23.6 11.6) |
| LCH | lch(77.5 26.3 26.2) |
| OKLCH | oklch(0.815 0.078 22.8) |
Copy-ready code
/* CSS */
color: #f1afab;
background-color: #f1afab;
/* Tailwind (arbitrary) */
class="text-[#f1afab] bg-[#f1afab]"
/* SCSS */
$brand: #f1afab;
/* SwiftUI */
Color(red: 0.945, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#f1afab")Accessibility — WCAG contrast
Aa
#f1afab on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1afab on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green68.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow29.0%
Key (black)5.5%
Color previews
#f1afab text on a black background
contrast 11.46:1
Card sample
#f1afab text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1afab;
Background color
Panel with #f1afab background
background-color: #f1afab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1afab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1afab; background: linear-gradient(135deg, #f1afab, #F1DEAB);