#f1abce
a light, vivid magenta / pink · warm · closest name: pink
RGB
241, 171, 206
HSL
330°, 71%, 81%
CMYK
0, 29, 15, 6
Luminance
0.5228
Every format
| HEX | #f1abce |
| RGB | rgb(241, 171, 206) |
| HSL | hsl(330, 71%, 81%) |
| CMYK | cmyk(0%, 29%, 15%, 6%) |
| LAB | lab(77.5 30.8 -7.5) |
| LCH | lch(77.5 31.7 346.4) |
| OKLCH | oklch(0.818 0.093 347.9) |
Copy-ready code
/* CSS */
color: #f1abce;
background-color: #f1abce;
/* Tailwind (arbitrary) */
class="text-[#f1abce] bg-[#f1abce]"
/* SCSS */
$brand: #f1abce;
/* SwiftUI */
Color(red: 0.945, green: 0.671, blue: 0.808)
/* Android */
Color.parseColor("#f1abce")Accessibility — WCAG contrast
Aa
#f1abce on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1abce on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green67.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow14.5%
Key (black)5.5%
Color previews
#f1abce text on a black background
contrast 11.46:1
Card sample
#f1abce text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1abce;
Background color
Panel with #f1abce background
background-color: #f1abce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1abce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 171, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 171, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1abce; background: linear-gradient(135deg, #f1abce, #F1B7AB);