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