#fdbcb2
a light, electric red · warm · closest name: pink
RGB
253, 188, 178
HSL
8°, 95%, 85%
CMYK
0, 26, 30, 1
Luminance
0.6006
Every format
| HEX | #fdbcb2 |
| RGB | rgb(253, 188, 178) |
| HSL | hsl(8, 95%, 85%) |
| CMYK | cmyk(0%, 26%, 30%, 1%) |
| LAB | lab(81.9 22.1 14.2) |
| LCH | lch(81.9 26.3 32.8) |
| OKLCH | oklch(0.852 0.077 28.7) |
Copy-ready code
/* CSS */
color: #fdbcb2;
background-color: #fdbcb2;
/* Tailwind (arbitrary) */
class="text-[#fdbcb2] bg-[#fdbcb2]"
/* SCSS */
$brand: #fdbcb2;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.698)
/* Android */
Color.parseColor("#fdbcb2")Accessibility — WCAG contrast
Aa
#fdbcb2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbcb2 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow29.6%
Key (black)0.8%
Color previews
#fdbcb2 text on a black background
contrast 13.01:1
Card sample
#fdbcb2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbcb2;
Background color
Panel with #fdbcb2 background
background-color: #fdbcb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbcb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbcb2; background: linear-gradient(135deg, #fdbcb2, #FDEEB2);