#ffaae8
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 170, 232
HSL
316°, 100%, 83%
CMYK
0, 33, 9, 0
Luminance
0.5584
Every format
| HEX | #ffaae8 |
| RGB | rgb(255, 170, 232) |
| HSL | hsl(316, 100%, 83%) |
| CMYK | cmyk(0%, 33%, 9%, 0%) |
| LAB | lab(79.5 40.2 -18.3) |
| LCH | lch(79.5 44.2 335.5) |
| OKLCH | oklch(0.839 0.126 337.1) |
Copy-ready code
/* CSS */
color: #ffaae8;
background-color: #ffaae8;
/* Tailwind (arbitrary) */
class="text-[#ffaae8] bg-[#ffaae8]"
/* SCSS */
$brand: #ffaae8;
/* SwiftUI */
Color(red: 1.000, green: 0.667, blue: 0.910)
/* Android */
Color.parseColor("#ffaae8")Accessibility — WCAG contrast
Aa
#ffaae8 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaae8 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green66.7%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow9.0%
Key (black)0.0%
Color previews
#ffaae8 text on a black background
contrast 12.17:1
Card sample
#ffaae8 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaae8;
Background color
Panel with #ffaae8 background
background-color: #ffaae8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaae8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 170, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 170, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaae8; background: linear-gradient(135deg, #ffaae8, #FFAAAF);