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