#fdbcad
a light, electric red · warm · closest name: pink
RGB
253, 188, 173
HSL
11°, 95%, 84%
CMYK
0, 26, 32, 1
Luminance
0.5987
Every format
| HEX | #fdbcad |
| RGB | rgb(253, 188, 173) |
| HSL | hsl(11, 95%, 84%) |
| CMYK | cmyk(0%, 26%, 32%, 1%) |
| LAB | lab(81.8 21.4 16.8) |
| LCH | lch(81.8 27.2 38.0) |
| OKLCH | oklch(0.851 0.079 33.4) |
Copy-ready code
/* CSS */
color: #fdbcad;
background-color: #fdbcad;
/* Tailwind (arbitrary) */
class="text-[#fdbcad] bg-[#fdbcad]"
/* SCSS */
$brand: #fdbcad;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.678)
/* Android */
Color.parseColor("#fdbcad")Accessibility — WCAG contrast
Aa
#fdbcad on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbcad on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow31.6%
Key (black)0.8%
Color previews
#fdbcad text on a black background
contrast 12.97:1
Card sample
#fdbcad text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbcad;
Background color
Panel with #fdbcad background
background-color: #fdbcad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbcad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbcad; background: linear-gradient(135deg, #fdbcad, #FDF1AD);