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