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