#f7abbf
a light, electric magenta / pink · warm · closest name: pink
RGB
247, 171, 191
HSL
344°, 83%, 82%
CMYK
0, 31, 23, 3
Luminance
0.5266
Every format
| HEX | #f7abbf |
| RGB | rgb(247, 171, 191) |
| HSL | hsl(344, 83%, 82%) |
| CMYK | cmyk(0%, 31%, 23%, 3%) |
| LAB | lab(77.7 30.6 1.1) |
| LCH | lch(77.7 30.6 2.1) |
| OKLCH | oklch(0.819 0.092 2.1) |
Copy-ready code
/* CSS */
color: #f7abbf;
background-color: #f7abbf;
/* Tailwind (arbitrary) */
class="text-[#f7abbf] bg-[#f7abbf]"
/* SCSS */
$brand: #f7abbf;
/* SwiftUI */
Color(red: 0.969, green: 0.671, blue: 0.749)
/* Android */
Color.parseColor("#f7abbf")Accessibility — WCAG contrast
Aa
#f7abbf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7abbf on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green67.1%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow22.7%
Key (black)3.1%
Color previews
#f7abbf text on a black background
contrast 11.53:1
Card sample
#f7abbf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7abbf;
Background color
Panel with #f7abbf background
background-color: #f7abbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7abbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 171, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 171, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7abbf; background: linear-gradient(135deg, #f7abbf, #F7CAAB);