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