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