#f1afb5
a light, vivid red · warm · closest name: pink
RGB
241, 175, 181
HSL
355°, 70%, 82%
CMYK
0, 27, 25, 6
Luminance
0.5270
Every format
| HEX | #f1afb5 |
| RGB | rgb(241, 175, 181) |
| HSL | hsl(355, 70%, 82%) |
| CMYK | cmyk(0%, 27%, 25%, 6%) |
| LAB | lab(77.7 24.9 6.5) |
| LCH | lch(77.7 25.8 14.6) |
| OKLCH | oklch(0.817 0.078 12.9) |
Copy-ready code
/* CSS */
color: #f1afb5;
background-color: #f1afb5;
/* Tailwind (arbitrary) */
class="text-[#f1afb5] bg-[#f1afb5]"
/* SCSS */
$brand: #f1afb5;
/* SwiftUI */
Color(red: 0.945, green: 0.686, blue: 0.710)
/* Android */
Color.parseColor("#f1afb5")Accessibility — WCAG contrast
Aa
#f1afb5 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1afb5 on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green68.6%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow24.9%
Key (black)5.5%
Color previews
#f1afb5 text on a black background
contrast 11.54:1
Card sample
#f1afb5 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1afb5;
Background color
Panel with #f1afb5 background
background-color: #f1afb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1afb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 175, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 175, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1afb5; background: linear-gradient(135deg, #f1afb5, #F1D5AF);