#fdaacb
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 170, 203
HSL
336°, 95%, 83%
CMYK
0, 33, 20, 1
Luminance
0.5394
Every format
| HEX | #fdaacb |
| RGB | rgb(253, 170, 203) |
| HSL | hsl(336, 95%, 83%) |
| CMYK | cmyk(0%, 33%, 20%, 1%) |
| LAB | lab(78.4 35.0 -4.2) |
| LCH | lch(78.4 35.2 353.1) |
| OKLCH | oklch(0.828 0.105 354.1) |
Copy-ready code
/* CSS */
color: #fdaacb;
background-color: #fdaacb;
/* Tailwind (arbitrary) */
class="text-[#fdaacb] bg-[#fdaacb]"
/* SCSS */
$brand: #fdaacb;
/* SwiftUI */
Color(red: 0.992, green: 0.667, blue: 0.796)
/* Android */
Color.parseColor("#fdaacb")Accessibility — WCAG contrast
Aa
#fdaacb on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaacb on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow19.8%
Key (black)0.8%
Color previews
#fdaacb text on a black background
contrast 11.79:1
Card sample
#fdaacb text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaacb;
Background color
Panel with #fdaacb background
background-color: #fdaacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 170, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 170, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaacb; background: linear-gradient(135deg, #fdaacb, #FDC0AA);