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