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