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