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