#decbce
a light, soft red · warm · closest name: silver
RGB
222, 203, 206
HSL
351°, 22%, 83%
CMYK
0, 9, 7, 13
Luminance
0.6270
Every format
| HEX | #decbce |
| RGB | rgb(222, 203, 206) |
| HSL | hsl(351, 22%, 83%) |
| CMYK | cmyk(0%, 9%, 7%, 13%) |
| LAB | lab(83.3 7.1 0.9) |
| LCH | lch(83.3 7.2 7.3) |
| OKLCH | oklch(0.859 0.022 6.7) |
Copy-ready code
/* CSS */
color: #decbce;
background-color: #decbce;
/* Tailwind (arbitrary) */
class="text-[#decbce] bg-[#decbce]"
/* SCSS */
$brand: #decbce;
/* SwiftUI */
Color(red: 0.871, green: 0.796, blue: 0.808)
/* Android */
Color.parseColor("#decbce")Accessibility — WCAG contrast
Aa
#decbce on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decbce on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green79.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow7.2%
Key (black)12.9%
Color previews
#decbce text on a black background
contrast 13.54:1
Card sample
#decbce text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decbce;
Background color
Panel with #decbce background
background-color: #decbce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decbce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 203, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 203, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decbce; background: linear-gradient(135deg, #decbce, #DED5CB);