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