#fdbdbf
a pale, electric red · warm · closest name: pink
RGB
253, 189, 191
HSL
358°, 94%, 87%
CMYK
0, 25, 25, 1
Luminance
0.6104
Every format
| HEX | #fdbdbf |
| RGB | rgb(253, 189, 191) |
| HSL | hsl(358, 94%, 87%) |
| CMYK | cmyk(0%, 25%, 25%, 1%) |
| LAB | lab(82.4 23.3 8.0) |
| LCH | lch(82.4 24.6 19.0) |
| OKLCH | oklch(0.857 0.074 16.6) |
Copy-ready code
/* CSS */
color: #fdbdbf;
background-color: #fdbdbf;
/* Tailwind (arbitrary) */
class="text-[#fdbdbf] bg-[#fdbdbf]"
/* SCSS */
$brand: #fdbdbf;
/* SwiftUI */
Color(red: 0.992, green: 0.741, blue: 0.749)
/* Android */
Color.parseColor("#fdbdbf")Accessibility — WCAG contrast
Aa
#fdbdbf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbdbf on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.1%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow24.5%
Key (black)0.8%
Color previews
#fdbdbf text on a black background
contrast 13.21:1
Card sample
#fdbdbf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbdbf;
Background color
Panel with #fdbdbf background
background-color: #fdbdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 189, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 189, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbdbf; background: linear-gradient(135deg, #fdbdbf, #FDE6BD);