#f7abd4
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 171, 212
HSL
328°, 83%, 82%
CMYK
0, 31, 14, 3
Luminance
0.5365
Every format
| HEX | #f7abd4 |
| RGB | rgb(247, 171, 212) |
| HSL | hsl(328, 83%, 82%) |
| CMYK | cmyk(0%, 31%, 14%, 3%) |
| LAB | lab(78.3 33.8 -9.4) |
| LCH | lch(78.3 35.1 344.4) |
| OKLCH | oklch(0.826 0.102 346.0) |
Copy-ready code
/* CSS */
color: #f7abd4;
background-color: #f7abd4;
/* Tailwind (arbitrary) */
class="text-[#f7abd4] bg-[#f7abd4]"
/* SCSS */
$brand: #f7abd4;
/* SwiftUI */
Color(red: 0.969, green: 0.671, blue: 0.831)
/* Android */
Color.parseColor("#f7abd4")Accessibility — WCAG contrast
Aa
#f7abd4 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7abd4 on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green67.1%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow14.2%
Key (black)3.1%
Color previews
#f7abd4 text on a black background
contrast 11.73:1
Card sample
#f7abd4 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7abd4;
Background color
Panel with #f7abd4 background
background-color: #f7abd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7abd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 171, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 171, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7abd4; background: linear-gradient(135deg, #f7abd4, #F7B5AB);