#fdbdcd
a pale, electric red · warm · closest name: pink
RGB
253, 189, 205
HSL
345°, 94%, 87%
CMYK
0, 25, 19, 1
Luminance
0.6169
Every format
| HEX | #fdbdcd |
| RGB | rgb(253, 189, 205) |
| HSL | hsl(345, 94%, 87%) |
| CMYK | cmyk(0%, 25%, 19%, 1%) |
| LAB | lab(82.8 25.3 1.0) |
| LCH | lch(82.8 25.3 2.3) |
| OKLCH | oklch(0.861 0.076 2.3) |
Copy-ready code
/* CSS */
color: #fdbdcd;
background-color: #fdbdcd;
/* Tailwind (arbitrary) */
class="text-[#fdbdcd] bg-[#fdbdcd]"
/* SCSS */
$brand: #fdbdcd;
/* SwiftUI */
Color(red: 0.992, green: 0.741, blue: 0.804)
/* Android */
Color.parseColor("#fdbdcd")Accessibility — WCAG contrast
Aa
#fdbdcd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbdcd on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.1%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow19.0%
Key (black)0.8%
Color previews
#fdbdcd text on a black background
contrast 13.34:1
Card sample
#fdbdcd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbdcd;
Background color
Panel with #fdbdcd background
background-color: #fdbdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 189, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 189, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbdcd; background: linear-gradient(135deg, #fdbdcd, #FDD8BD);