#f5aade
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 170, 222
HSL
318°, 79%, 81%
CMYK
0, 31, 9, 4
Luminance
0.5344
Every format
| HEX | #f5aade |
| RGB | rgb(245, 170, 222) |
| HSL | hsl(318, 79%, 81%) |
| CMYK | cmyk(0%, 31%, 9%, 4%) |
| LAB | lab(78.1 35.3 -15.1) |
| LCH | lch(78.1 38.3 336.8) |
| OKLCH | oklch(0.825 0.110 338.5) |
Copy-ready code
/* CSS */
color: #f5aade;
background-color: #f5aade;
/* Tailwind (arbitrary) */
class="text-[#f5aade] bg-[#f5aade]"
/* SCSS */
$brand: #f5aade;
/* SwiftUI */
Color(red: 0.961, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#f5aade")Accessibility — WCAG contrast
Aa
#f5aade on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5aade on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green66.7%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow9.4%
Key (black)3.9%
Color previews
#f5aade text on a black background
contrast 11.69:1
Card sample
#f5aade text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5aade;
Background color
Panel with #f5aade background
background-color: #f5aade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5aade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5aade; background: linear-gradient(135deg, #f5aade, #F5AAAC);