#fdbdbb
a pale, electric red · warm · closest name: pink
RGB
253, 189, 187
HSL
2°, 94%, 86%
CMYK
0, 25, 26, 1
Luminance
0.6087
Every format
| HEX | #fdbdbb |
| RGB | rgb(253, 189, 187) |
| HSL | hsl(2, 94%, 86%) |
| CMYK | cmyk(0%, 25%, 26%, 1%) |
| LAB | lab(82.3 22.7 10.0) |
| LCH | lch(82.3 24.9 23.8) |
| OKLCH | oklch(0.856 0.074 20.8) |
Copy-ready code
/* CSS */
color: #fdbdbb;
background-color: #fdbdbb;
/* Tailwind (arbitrary) */
class="text-[#fdbdbb] bg-[#fdbdbb]"
/* SCSS */
$brand: #fdbdbb;
/* SwiftUI */
Color(red: 0.992, green: 0.741, blue: 0.733)
/* Android */
Color.parseColor("#fdbdbb")Accessibility — WCAG contrast
Aa
#fdbdbb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbdbb on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.1%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow26.1%
Key (black)0.8%
Color previews
#fdbdbb text on a black background
contrast 13.17:1
Card sample
#fdbdbb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbdbb;
Background color
Panel with #fdbdbb background
background-color: #fdbdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 189, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 189, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbdbb; background: linear-gradient(135deg, #fdbdbb, #FDE9BB);