#dccaca
a light, soft red · warm · closest name: silver
RGB
220, 202, 202
HSL
0°, 21%, 83%
CMYK
0, 8, 8, 14
Luminance
0.6172
Every format
| HEX | #dccaca |
| RGB | rgb(220, 202, 202) |
| HSL | hsl(0, 21%, 83%) |
| CMYK | cmyk(0%, 8%, 8%, 14%) |
| LAB | lab(82.8 6.3 2.3) |
| LCH | lch(82.8 6.7 19.9) |
| OKLCH | oklch(0.854 0.020 17.6) |
Copy-ready code
/* CSS */
color: #dccaca;
background-color: #dccaca;
/* Tailwind (arbitrary) */
class="text-[#dccaca] bg-[#dccaca]"
/* SCSS */
$brand: #dccaca;
/* SwiftUI */
Color(red: 0.863, green: 0.792, blue: 0.792)
/* Android */
Color.parseColor("#dccaca")Accessibility — WCAG contrast
Aa
#dccaca on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccaca on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green79.2%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow8.2%
Key (black)13.7%
Color previews
#dccaca text on a black background
contrast 13.34:1
Card sample
#dccaca text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccaca;
Background color
Panel with #dccaca background
background-color: #dccaca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccaca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 202, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 202, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccaca; background: linear-gradient(135deg, #dccaca, #DCD6CA);