#fdaadb
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 170, 219
HSL
325°, 95%, 83%
CMYK
0, 33, 13, 1
Luminance
0.5475
Every format
| HEX | #fdaadb |
| RGB | rgb(253, 170, 219) |
| HSL | hsl(325, 95%, 83%) |
| CMYK | cmyk(0%, 33%, 13%, 1%) |
| LAB | lab(78.9 37.4 -12.2) |
| LCH | lch(78.9 39.4 341.9) |
| OKLCH | oklch(0.833 0.115 343.6) |
Copy-ready code
/* CSS */
color: #fdaadb;
background-color: #fdaadb;
/* Tailwind (arbitrary) */
class="text-[#fdaadb] bg-[#fdaadb]"
/* SCSS */
$brand: #fdaadb;
/* SwiftUI */
Color(red: 0.992, green: 0.667, blue: 0.859)
/* Android */
Color.parseColor("#fdaadb")Accessibility — WCAG contrast
Aa
#fdaadb on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaadb on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.7%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow13.4%
Key (black)0.8%
Color previews
#fdaadb text on a black background
contrast 11.95:1
Card sample
#fdaadb text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaadb;
Background color
Panel with #fdaadb background
background-color: #fdaadb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaadb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 170, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 170, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaadb; background: linear-gradient(135deg, #fdaadb, #FDB0AA);