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