#fdaaeb
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 170, 235
HSL
313°, 95%, 83%
CMYK
0, 33, 7, 1
Luminance
0.5563
Every format
| HEX | #fdaaeb |
| RGB | rgb(253, 170, 235) |
| HSL | hsl(313, 95%, 83%) |
| CMYK | cmyk(0%, 33%, 7%, 1%) |
| LAB | lab(79.4 40.0 -20.1) |
| LCH | lch(79.4 44.8 333.3) |
| OKLCH | oklch(0.838 0.127 334.8) |
Copy-ready code
/* CSS */
color: #fdaaeb;
background-color: #fdaaeb;
/* Tailwind (arbitrary) */
class="text-[#fdaaeb] bg-[#fdaaeb]"
/* SCSS */
$brand: #fdaaeb;
/* SwiftUI */
Color(red: 0.992, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#fdaaeb")Accessibility — WCAG contrast
Aa
#fdaaeb on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaaeb on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow7.1%
Key (black)0.8%
Color previews
#fdaaeb text on a black background
contrast 12.13:1
Card sample
#fdaaeb text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaaeb;
Background color
Panel with #fdaaeb background
background-color: #fdaaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaaeb; background: linear-gradient(135deg, #fdaaeb, #FDAAB4);