#ffaeff
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 174, 255
HSL
300°, 100%, 84%
CMYK
0, 32, 0, 0
Luminance
0.5875
Every format
| HEX | #ffaeff |
| RGB | rgb(255, 174, 255) |
| HSL | hsl(300, 100%, 84%) |
| CMYK | cmyk(0%, 32%, 0%, 0%) |
| LAB | lab(81.2 42.1 -28.2) |
| LCH | lch(81.2 50.6 326.2) |
| OKLCH | oklch(0.854 0.139 326.7) |
Copy-ready code
/* CSS */
color: #ffaeff;
background-color: #ffaeff;
/* Tailwind (arbitrary) */
class="text-[#ffaeff] bg-[#ffaeff]"
/* SCSS */
$brand: #ffaeff;
/* SwiftUI */
Color(red: 1.000, green: 0.682, blue: 1.000)
/* Android */
Color.parseColor("#ffaeff")Accessibility — WCAG contrast
Aa
#ffaeff on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaeff on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.2%
Blue100.0%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow0.0%
Key (black)0.0%
Color previews
#ffaeff text on a black background
contrast 12.75:1
Card sample
#ffaeff text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaeff;
Background color
Panel with #ffaeff background
background-color: #ffaeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 174, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 174, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaeff; background: linear-gradient(135deg, #ffaeff, #FFAEC9);