#f7abce
a light, electric magenta / pink · warm · closest name: pink
RGB
247, 171, 206
HSL
332°, 83%, 82%
CMYK
0, 31, 17, 3
Luminance
0.5336
Every format
| HEX | #f7abce |
| RGB | rgb(247, 171, 206) |
| HSL | hsl(332, 83%, 82%) |
| CMYK | cmyk(0%, 31%, 17%, 3%) |
| LAB | lab(78.1 32.8 -6.5) |
| LCH | lch(78.1 33.5 348.9) |
| OKLCH | oklch(0.824 0.099 350.3) |
Copy-ready code
/* CSS */
color: #f7abce;
background-color: #f7abce;
/* Tailwind (arbitrary) */
class="text-[#f7abce] bg-[#f7abce]"
/* SCSS */
$brand: #f7abce;
/* SwiftUI */
Color(red: 0.969, green: 0.671, blue: 0.808)
/* Android */
Color.parseColor("#f7abce")Accessibility — WCAG contrast
Aa
#f7abce on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7abce on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green67.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow16.6%
Key (black)3.1%
Color previews
#f7abce text on a black background
contrast 11.67:1
Card sample
#f7abce text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7abce;
Background color
Panel with #f7abce background
background-color: #f7abce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7abce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 171, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 171, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7abce; background: linear-gradient(135deg, #f7abce, #F7BBAB);