#dccccc
a light, soft red · warm · closest name: silver
RGB
220, 204, 204
HSL
0°, 19%, 83%
CMYK
0, 7, 7, 14
Luminance
0.6276
Every format
| HEX | #dccccc |
| RGB | rgb(220, 204, 204) |
| HSL | hsl(0, 19%, 83%) |
| CMYK | cmyk(0%, 7%, 7%, 14%) |
| LAB | lab(83.3 5.6 2.0) |
| LCH | lch(83.3 5.9 19.9) |
| OKLCH | oklch(0.858 0.018 17.5) |
Copy-ready code
/* CSS */
color: #dccccc;
background-color: #dccccc;
/* Tailwind (arbitrary) */
class="text-[#dccccc] bg-[#dccccc]"
/* SCSS */
$brand: #dccccc;
/* SwiftUI */
Color(red: 0.863, green: 0.800, blue: 0.800)
/* Android */
Color.parseColor("#dccccc")Accessibility — WCAG contrast
Aa
#dccccc on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccccc on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.0%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow7.3%
Key (black)13.7%
Color previews
#dccccc text on a black background
contrast 13.55:1
Card sample
#dccccc text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccccc;
Background color
Panel with #dccccc background
background-color: #dccccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 204, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 204, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccccc; background: linear-gradient(135deg, #dccccc, #DCD7CC);