#fdacea
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 172, 234
HSL
314°, 95%, 83%
CMYK
0, 32, 8, 1
Luminance
0.5633
Every format
| HEX | #fdacea |
| RGB | rgb(253, 172, 234) |
| HSL | hsl(314, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 8%, 1%) |
| LAB | lab(79.8 38.8 -19.0) |
| LCH | lch(79.8 43.2 334.0) |
| OKLCH | oklch(0.841 0.122 335.5) |
Copy-ready code
/* CSS */
color: #fdacea;
background-color: #fdacea;
/* Tailwind (arbitrary) */
class="text-[#fdacea] bg-[#fdacea]"
/* SCSS */
$brand: #fdacea;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.918)
/* Android */
Color.parseColor("#fdacea")Accessibility — WCAG contrast
Aa
#fdacea on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdacea on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow7.5%
Key (black)0.8%
Color previews
#fdacea text on a black background
contrast 12.27:1
Card sample
#fdacea text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdacea;
Background color
Panel with #fdacea background
background-color: #fdacea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdacea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdacea; background: linear-gradient(135deg, #fdacea, #FDACB4);