#fdadfb
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 173, 251
HSL
302°, 95%, 84%
CMYK
0, 32, 1, 1
Luminance
0.5773
Every format
| HEX | #fdadfb |
| RGB | rgb(253, 173, 251) |
| HSL | hsl(302, 95%, 84%) |
| CMYK | cmyk(0%, 32%, 1%, 1%) |
| LAB | lab(80.6 41.3 -26.9) |
| LCH | lch(80.6 49.3 326.9) |
| OKLCH | oklch(0.849 0.136 327.5) |
Copy-ready code
/* CSS */
color: #fdadfb;
background-color: #fdadfb;
/* Tailwind (arbitrary) */
class="text-[#fdadfb] bg-[#fdadfb]"
/* SCSS */
$brand: #fdadfb;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.984)
/* Android */
Color.parseColor("#fdadfb")Accessibility — WCAG contrast
Aa
#fdadfb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdadfb on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow0.8%
Key (black)0.8%
Color previews
#fdadfb text on a black background
contrast 12.55:1
Card sample
#fdadfb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdadfb;
Background color
Panel with #fdadfb background
background-color: #fdadfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdadfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdadfb; background: linear-gradient(135deg, #fdadfb, #FDADC6);