#ffaef9
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 174, 249
HSL
304°, 100%, 84%
CMYK
0, 32, 2, 0
Luminance
0.5837
Every format
| HEX | #ffaef9 |
| RGB | rgb(255, 174, 249) |
| HSL | hsl(304, 100%, 84%) |
| CMYK | cmyk(0%, 32%, 2%, 0%) |
| LAB | lab(81.0 41.0 -25.3) |
| LCH | lch(81.0 48.2 328.3) |
| OKLCH | oklch(0.852 0.134 329.2) |
Copy-ready code
/* CSS */
color: #ffaef9;
background-color: #ffaef9;
/* Tailwind (arbitrary) */
class="text-[#ffaef9] bg-[#ffaef9]"
/* SCSS */
$brand: #ffaef9;
/* SwiftUI */
Color(red: 1.000, green: 0.682, blue: 0.976)
/* Android */
Color.parseColor("#ffaef9")Accessibility — WCAG contrast
Aa
#ffaef9 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaef9 on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.2%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow2.4%
Key (black)0.0%
Color previews
#ffaef9 text on a black background
contrast 12.67:1
Card sample
#ffaef9 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaef9;
Background color
Panel with #ffaef9 background
background-color: #ffaef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 174, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 174, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaef9; background: linear-gradient(135deg, #ffaef9, #FFAEC3);