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