#f7abda
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 171, 218
HSL
323°, 83%, 82%
CMYK
0, 31, 12, 3
Luminance
0.5396
Every format
| HEX | #f7abda |
| RGB | rgb(247, 171, 218) |
| HSL | hsl(323, 83%, 82%) |
| CMYK | cmyk(0%, 31%, 12%, 3%) |
| LAB | lab(78.4 34.7 -12.4) |
| LCH | lch(78.4 36.9 340.3) |
| OKLCH | oklch(0.828 0.107 342.0) |
Copy-ready code
/* CSS */
color: #f7abda;
background-color: #f7abda;
/* Tailwind (arbitrary) */
class="text-[#f7abda] bg-[#f7abda]"
/* SCSS */
$brand: #f7abda;
/* SwiftUI */
Color(red: 0.969, green: 0.671, blue: 0.855)
/* Android */
Color.parseColor("#f7abda")Accessibility — WCAG contrast
Aa
#f7abda on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7abda on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green67.1%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow11.7%
Key (black)3.1%
Color previews
#f7abda text on a black background
contrast 11.79:1
Card sample
#f7abda text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7abda;
Background color
Panel with #f7abda background
background-color: #f7abda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7abda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 171, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 171, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7abda; background: linear-gradient(135deg, #f7abda, #F7AFAB);