#fdbcb7
a pale, electric red · warm · closest name: pink
RGB
253, 188, 183
HSL
4°, 95%, 86%
CMYK
0, 26, 28, 1
Luminance
0.6027
Every format
| HEX | #fdbcb7 |
| RGB | rgb(253, 188, 183) |
| HSL | hsl(4, 95%, 86%) |
| CMYK | cmyk(0%, 26%, 28%, 1%) |
| LAB | lab(82.0 22.7 11.7) |
| LCH | lch(82.0 25.6 27.3) |
| OKLCH | oklch(0.853 0.076 23.8) |
Copy-ready code
/* CSS */
color: #fdbcb7;
background-color: #fdbcb7;
/* Tailwind (arbitrary) */
class="text-[#fdbcb7] bg-[#fdbcb7]"
/* SCSS */
$brand: #fdbcb7;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.718)
/* Android */
Color.parseColor("#fdbcb7")Accessibility — WCAG contrast
Aa
#fdbcb7 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbcb7 on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow27.7%
Key (black)0.8%
Color previews
#fdbcb7 text on a black background
contrast 13.05:1
Card sample
#fdbcb7 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbcb7;
Background color
Panel with #fdbcb7 background
background-color: #fdbcb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbcb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbcb7; background: linear-gradient(135deg, #fdbcb7, #FDEBB7);