#ffaade
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 170, 222
HSL
323°, 100%, 83%
CMYK
0, 33, 13, 0
Luminance
0.5528
Every format
| HEX | #ffaade |
| RGB | rgb(255, 170, 222) |
| HSL | hsl(323, 100%, 83%) |
| CMYK | cmyk(0%, 33%, 13%, 0%) |
| LAB | lab(79.2 38.6 -13.4) |
| LCH | lch(79.2 40.8 340.9) |
| OKLCH | oklch(0.836 0.118 342.6) |
Copy-ready code
/* CSS */
color: #ffaade;
background-color: #ffaade;
/* Tailwind (arbitrary) */
class="text-[#ffaade] bg-[#ffaade]"
/* SCSS */
$brand: #ffaade;
/* SwiftUI */
Color(red: 1.000, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#ffaade")Accessibility — WCAG contrast
Aa
#ffaade on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaade on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green66.7%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow12.9%
Key (black)0.0%
Color previews
#ffaade text on a black background
contrast 12.06:1
Card sample
#ffaade text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaade;
Background color
Panel with #ffaade background
background-color: #ffaade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaade; background: linear-gradient(135deg, #ffaade, #FFAFAA);