#fd9ae2
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 154, 226
HSL
316°, 96%, 80%
CMYK
0, 39, 11, 1
Luminance
0.4948
Every format
| HEX | #fd9ae2 |
| RGB | rgb(253, 154, 226) |
| HSL | hsl(316, 96%, 80%) |
| CMYK | cmyk(0%, 39%, 11%, 1%) |
| LAB | lab(75.8 46.8 -20.8) |
| LCH | lch(75.8 51.2 336.1) |
| OKLCH | oklch(0.810 0.147 337.7) |
Copy-ready code
/* CSS */
color: #fd9ae2;
background-color: #fd9ae2;
/* Tailwind (arbitrary) */
class="text-[#fd9ae2] bg-[#fd9ae2]"
/* SCSS */
$brand: #fd9ae2;
/* SwiftUI */
Color(red: 0.992, green: 0.604, blue: 0.886)
/* Android */
Color.parseColor("#fd9ae2")Accessibility — WCAG contrast
Aa
#fd9ae2 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9ae2 on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green60.4%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow10.7%
Key (black)0.8%
Color previews
#fd9ae2 text on a black background
contrast 10.90:1
Card sample
#fd9ae2 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9ae2;
Background color
Panel with #fd9ae2 background
background-color: #fd9ae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9ae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 154, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 154, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9ae2; background: linear-gradient(135deg, #fd9ae2, #FD9AA0);