#ffaaee
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 170, 238
HSL
312°, 100%, 83%
CMYK
0, 33, 7, 0
Luminance
0.5618
Every format
| HEX | #ffaaee |
| RGB | rgb(255, 170, 238) |
| HSL | hsl(312, 100%, 83%) |
| CMYK | cmyk(0%, 33%, 7%, 0%) |
| LAB | lab(79.7 41.2 -21.3) |
| LCH | lch(79.7 46.4 332.7) |
| OKLCH | oklch(0.842 0.131 334.2) |
Copy-ready code
/* CSS */
color: #ffaaee;
background-color: #ffaaee;
/* Tailwind (arbitrary) */
class="text-[#ffaaee] bg-[#ffaaee]"
/* SCSS */
$brand: #ffaaee;
/* SwiftUI */
Color(red: 1.000, green: 0.667, blue: 0.933)
/* Android */
Color.parseColor("#ffaaee")Accessibility — WCAG contrast
Aa
#ffaaee on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaaee on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green66.7%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow6.7%
Key (black)0.0%
Color previews
#ffaaee text on a black background
contrast 12.24:1
Card sample
#ffaaee text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaaee;
Background color
Panel with #ffaaee background
background-color: #ffaaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 170, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 170, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaaee; background: linear-gradient(135deg, #ffaaee, #FFAAB5);