#f8aade
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 170, 222
HSL
320°, 85%, 82%
CMYK
0, 32, 11, 3
Luminance
0.5398
Every format
| HEX | #f8aade |
| RGB | rgb(248, 170, 222) |
| HSL | hsl(320, 85%, 82%) |
| CMYK | cmyk(0%, 32%, 11%, 3%) |
| LAB | lab(78.5 36.3 -14.6) |
| LCH | lch(78.5 39.1 338.1) |
| OKLCH | oklch(0.829 0.112 339.8) |
Copy-ready code
/* CSS */
color: #f8aade;
background-color: #f8aade;
/* Tailwind (arbitrary) */
class="text-[#f8aade] bg-[#f8aade]"
/* SCSS */
$brand: #f8aade;
/* SwiftUI */
Color(red: 0.973, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#f8aade")Accessibility — WCAG contrast
Aa
#f8aade on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8aade on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green66.7%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta31.5%
Yellow10.5%
Key (black)2.7%
Color previews
#f8aade text on a black background
contrast 11.80:1
Card sample
#f8aade text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8aade;
Background color
Panel with #f8aade background
background-color: #f8aade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8aade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8aade; background: linear-gradient(135deg, #f8aade, #F8AAAA);