#fd9acb
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 154, 203
HSL
330°, 96%, 80%
CMYK
0, 39, 20, 1
Luminance
0.4831
Every format
| HEX | #fd9acb |
| RGB | rgb(253, 154, 203) |
| HSL | hsl(330, 96%, 80%) |
| CMYK | cmyk(0%, 39%, 20%, 1%) |
| LAB | lab(75.0 43.3 -9.3) |
| LCH | lch(75.0 44.3 347.9) |
| OKLCH | oklch(0.802 0.131 349.4) |
Copy-ready code
/* CSS */
color: #fd9acb;
background-color: #fd9acb;
/* Tailwind (arbitrary) */
class="text-[#fd9acb] bg-[#fd9acb]"
/* SCSS */
$brand: #fd9acb;
/* SwiftUI */
Color(red: 0.992, green: 0.604, blue: 0.796)
/* Android */
Color.parseColor("#fd9acb")Accessibility — WCAG contrast
Aa
#fd9acb on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9acb on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green60.4%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow19.8%
Key (black)0.8%
Color previews
#fd9acb text on a black background
contrast 10.66:1
Card sample
#fd9acb text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9acb;
Background color
Panel with #fd9acb background
background-color: #fd9acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 154, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 154, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9acb; background: linear-gradient(135deg, #fd9acb, #FDAB9A);