#fd9dbb
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 157, 187
HSL
341°, 96%, 80%
CMYK
0, 38, 26, 1
Luminance
0.4858
Every format
| HEX | #fd9dbb |
| RGB | rgb(253, 157, 187) |
| HSL | hsl(341, 96%, 80%) |
| CMYK | cmyk(0%, 38%, 26%, 1%) |
| LAB | lab(75.2 39.5 -0.2) |
| LCH | lch(75.2 39.5 359.7) |
| OKLCH | oklch(0.801 0.119 360.0) |
Copy-ready code
/* CSS */
color: #fd9dbb;
background-color: #fd9dbb;
/* Tailwind (arbitrary) */
class="text-[#fd9dbb] bg-[#fd9dbb]"
/* SCSS */
$brand: #fd9dbb;
/* SwiftUI */
Color(red: 0.992, green: 0.616, blue: 0.733)
/* Android */
Color.parseColor("#fd9dbb")Accessibility — WCAG contrast
Aa
#fd9dbb on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9dbb on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green61.6%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow26.1%
Key (black)0.8%
Color previews
#fd9dbb text on a black background
contrast 10.72:1
Card sample
#fd9dbb text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9dbb;
Background color
Panel with #fd9dbb background
background-color: #fd9dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 157, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 157, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9dbb; background: linear-gradient(135deg, #fd9dbb, #FDBF9D);