#fdb9cd
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 185, 205
HSL
342°, 94%, 86%
CMYK
0, 27, 19, 1
Luminance
0.5999
Every format
| HEX | #fdb9cd |
| RGB | rgb(253, 185, 205) |
| HSL | hsl(342, 94%, 86%) |
| CMYK | cmyk(0%, 27%, 19%, 1%) |
| LAB | lab(81.8 27.4 -0.3) |
| LCH | lch(81.8 27.4 359.3) |
| OKLCH | oklch(0.854 0.082 359.7) |
Copy-ready code
/* CSS */
color: #fdb9cd;
background-color: #fdb9cd;
/* Tailwind (arbitrary) */
class="text-[#fdb9cd] bg-[#fdb9cd]"
/* SCSS */
$brand: #fdb9cd;
/* SwiftUI */
Color(red: 0.992, green: 0.725, blue: 0.804)
/* Android */
Color.parseColor("#fdb9cd")Accessibility — WCAG contrast
Aa
#fdb9cd on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb9cd on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow19.0%
Key (black)0.8%
Color previews
#fdb9cd text on a black background
contrast 13.00:1
Card sample
#fdb9cd text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb9cd;
Background color
Panel with #fdb9cd background
background-color: #fdb9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 185, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 185, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb9cd; background: linear-gradient(135deg, #fdb9cd, #FDD2B9);