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