#fdbcbd
a pale, electric red · warm · closest name: pink
RGB
253, 188, 189
HSL
359°, 94%, 87%
CMYK
0, 26, 25, 1
Luminance
0.6052
Every format
| HEX | #fdbcbd |
| RGB | rgb(253, 188, 189) |
| HSL | hsl(359, 94%, 87%) |
| CMYK | cmyk(0%, 26%, 25%, 1%) |
| LAB | lab(82.1 23.5 8.7) |
| LCH | lch(82.1 25.1 20.3) |
| OKLCH | oklch(0.855 0.075 17.7) |
Copy-ready code
/* CSS */
color: #fdbcbd;
background-color: #fdbcbd;
/* Tailwind (arbitrary) */
class="text-[#fdbcbd] bg-[#fdbcbd]"
/* SCSS */
$brand: #fdbcbd;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.741)
/* Android */
Color.parseColor("#fdbcbd")Accessibility — WCAG contrast
Aa
#fdbcbd on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbcbd on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow25.3%
Key (black)0.8%
Color previews
#fdbcbd text on a black background
contrast 13.10:1
Card sample
#fdbcbd text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbcbd;
Background color
Panel with #fdbcbd background
background-color: #fdbcbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbcbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbcbd; background: linear-gradient(135deg, #fdbcbd, #FDE6BC);