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