#fdbdad
a light, electric red · warm · closest name: pink
RGB
253, 189, 173
HSL
12°, 95%, 84%
CMYK
0, 25, 32, 1
Luminance
0.6029
Every format
| HEX | #fdbdad |
| RGB | rgb(253, 189, 173) |
| HSL | hsl(12, 95%, 84%) |
| CMYK | cmyk(0%, 25%, 32%, 1%) |
| LAB | lab(82.0 20.9 17.1) |
| LCH | lch(82.0 27.0 39.3) |
| OKLCH | oklch(0.853 0.078 34.5) |
Copy-ready code
/* CSS */
color: #fdbdad;
background-color: #fdbdad;
/* Tailwind (arbitrary) */
class="text-[#fdbdad] bg-[#fdbdad]"
/* SCSS */
$brand: #fdbdad;
/* SwiftUI */
Color(red: 0.992, green: 0.741, blue: 0.678)
/* Android */
Color.parseColor("#fdbdad")Accessibility — WCAG contrast
Aa
#fdbdad on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbdad on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow31.6%
Key (black)0.8%
Color previews
#fdbdad text on a black background
contrast 13.06:1
Card sample
#fdbdad text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbdad;
Background color
Panel with #fdbdad background
background-color: #fdbdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 189, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 189, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbdad; background: linear-gradient(135deg, #fdbdad, #FDF2AD);