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