#f6aade
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 170, 222
HSL
319°, 81%, 82%
CMYK
0, 31, 10, 4
Luminance
0.5362
Every format
| HEX | #f6aade |
| RGB | rgb(246, 170, 222) |
| HSL | hsl(319, 81%, 82%) |
| CMYK | cmyk(0%, 31%, 10%, 4%) |
| LAB | lab(78.2 35.6 -14.9) |
| LCH | lch(78.2 38.6 337.3) |
| OKLCH | oklch(0.826 0.111 339.0) |
Copy-ready code
/* CSS */
color: #f6aade;
background-color: #f6aade;
/* Tailwind (arbitrary) */
class="text-[#f6aade] bg-[#f6aade]"
/* SCSS */
$brand: #f6aade;
/* SwiftUI */
Color(red: 0.965, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#f6aade")Accessibility — WCAG contrast
Aa
#f6aade on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6aade on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green66.7%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta30.9%
Yellow9.8%
Key (black)3.5%
Color previews
#f6aade text on a black background
contrast 11.72:1
Card sample
#f6aade text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6aade;
Background color
Panel with #f6aade background
background-color: #f6aade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6aade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6aade; background: linear-gradient(135deg, #f6aade, #F6AAAC);