#f1abc6
a light, vivid magenta / pink · warm · closest name: pink
RGB
241, 171, 198
HSL
337°, 71%, 81%
CMYK
0, 29, 18, 6
Luminance
0.5190
Every format
| HEX | #f1abc6 |
| RGB | rgb(241, 171, 198) |
| HSL | hsl(337, 71%, 81%) |
| CMYK | cmyk(0%, 29%, 18%, 6%) |
| LAB | lab(77.2 29.5 -3.4) |
| LCH | lch(77.2 29.7 353.4) |
| OKLCH | oklch(0.815 0.088 354.4) |
Copy-ready code
/* CSS */
color: #f1abc6;
background-color: #f1abc6;
/* Tailwind (arbitrary) */
class="text-[#f1abc6] bg-[#f1abc6]"
/* SCSS */
$brand: #f1abc6;
/* SwiftUI */
Color(red: 0.945, green: 0.671, blue: 0.776)
/* Android */
Color.parseColor("#f1abc6")Accessibility — WCAG contrast
Aa
#f1abc6 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1abc6 on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green67.1%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow17.8%
Key (black)5.5%
Color previews
#f1abc6 text on a black background
contrast 11.38:1
Card sample
#f1abc6 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1abc6;
Background color
Panel with #f1abc6 background
background-color: #f1abc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1abc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 171, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 171, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1abc6; background: linear-gradient(135deg, #f1abc6, #F1BFAB);