#fd9bc2
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 155, 194
HSL
336°, 96%, 80%
CMYK
0, 39, 23, 1
Luminance
0.4822
Every format
| HEX | #fd9bc2 |
| RGB | rgb(253, 155, 194) |
| HSL | hsl(336, 96%, 80%) |
| CMYK | cmyk(0%, 39%, 23%, 1%) |
| LAB | lab(75.0 41.5 -4.4) |
| LCH | lch(75.0 41.7 353.9) |
| OKLCH | oklch(0.800 0.125 354.9) |
Copy-ready code
/* CSS */
color: #fd9bc2;
background-color: #fd9bc2;
/* Tailwind (arbitrary) */
class="text-[#fd9bc2] bg-[#fd9bc2]"
/* SCSS */
$brand: #fd9bc2;
/* SwiftUI */
Color(red: 0.992, green: 0.608, blue: 0.761)
/* Android */
Color.parseColor("#fd9bc2")Accessibility — WCAG contrast
Aa
#fd9bc2 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9bc2 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green60.8%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta38.7%
Yellow23.3%
Key (black)0.8%
Color previews
#fd9bc2 text on a black background
contrast 10.64:1
Card sample
#fd9bc2 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9bc2;
Background color
Panel with #fd9bc2 background
background-color: #fd9bc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9bc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 155, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 155, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9bc2; background: linear-gradient(135deg, #fd9bc2, #FDB59B);