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