#ffaef2
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 174, 242
HSL
310°, 100%, 84%
CMYK
0, 32, 5, 0
Luminance
0.5794
Every format
| HEX | #ffaef2 |
| RGB | rgb(255, 174, 242) |
| HSL | hsl(310, 100%, 84%) |
| CMYK | cmyk(0%, 32%, 5%, 0%) |
| LAB | lab(80.7 39.8 -21.9) |
| LCH | lch(80.7 45.4 331.2) |
| OKLCH | oklch(0.849 0.127 332.5) |
Copy-ready code
/* CSS */
color: #ffaef2;
background-color: #ffaef2;
/* Tailwind (arbitrary) */
class="text-[#ffaef2] bg-[#ffaef2]"
/* SCSS */
$brand: #ffaef2;
/* SwiftUI */
Color(red: 1.000, green: 0.682, blue: 0.949)
/* Android */
Color.parseColor("#ffaef2")Accessibility — WCAG contrast
Aa
#ffaef2 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaef2 on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.2%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow5.1%
Key (black)0.0%
Color previews
#ffaef2 text on a black background
contrast 12.59:1
Card sample
#ffaef2 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaef2;
Background color
Panel with #ffaef2 background
background-color: #ffaef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 174, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 174, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaef2; background: linear-gradient(135deg, #ffaef2, #FFAEBC);