#f7aade
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 170, 222
HSL
320°, 83%, 82%
CMYK
0, 31, 10, 3
Luminance
0.5380
Every format
| HEX | #f7aade |
| RGB | rgb(247, 170, 222) |
| HSL | hsl(320, 83%, 82%) |
| CMYK | cmyk(0%, 31%, 10%, 3%) |
| LAB | lab(78.3 35.9 -14.8) |
| LCH | lch(78.3 38.8 337.7) |
| OKLCH | oklch(0.827 0.111 339.4) |
Copy-ready code
/* CSS */
color: #f7aade;
background-color: #f7aade;
/* Tailwind (arbitrary) */
class="text-[#f7aade] bg-[#f7aade]"
/* SCSS */
$brand: #f7aade;
/* SwiftUI */
Color(red: 0.969, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#f7aade")Accessibility — WCAG contrast
Aa
#f7aade on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7aade on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green66.7%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow10.1%
Key (black)3.1%
Color previews
#f7aade text on a black background
contrast 11.76:1
Card sample
#f7aade text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7aade;
Background color
Panel with #f7aade background
background-color: #f7aade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7aade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7aade; background: linear-gradient(135deg, #f7aade, #F7AAAB);