#fdadef
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 173, 239
HSL
311°, 95%, 84%
CMYK
0, 32, 6, 1
Luminance
0.5700
Every format
| HEX | #fdadef |
| RGB | rgb(253, 173, 239) |
| HSL | hsl(311, 95%, 84%) |
| CMYK | cmyk(0%, 32%, 6%, 1%) |
| LAB | lab(80.2 39.2 -21.1) |
| LCH | lch(80.2 44.5 331.7) |
| OKLCH | oklch(0.845 0.125 333.0) |
Copy-ready code
/* CSS */
color: #fdadef;
background-color: #fdadef;
/* Tailwind (arbitrary) */
class="text-[#fdadef] bg-[#fdadef]"
/* SCSS */
$brand: #fdadef;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#fdadef")Accessibility — WCAG contrast
Aa
#fdadef on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdadef on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow5.5%
Key (black)0.8%
Color previews
#fdadef text on a black background
contrast 12.40:1
Card sample
#fdadef text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdadef;
Background color
Panel with #fdadef background
background-color: #fdadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdadef; background: linear-gradient(135deg, #fdadef, #FDADBA);