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