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