#d3caca
a light, muted red · warm · closest name: silver
RGB
211, 202, 202
HSL
0°, 9%, 81%
CMYK
0, 4, 4, 17
Luminance
0.6035
Every format
| HEX | #d3caca |
| RGB | rgb(211, 202, 202) |
| HSL | hsl(0, 9%, 81%) |
| CMYK | cmyk(0%, 4%, 4%, 17%) |
| LAB | lab(82.0 3.1 1.1) |
| LCH | lch(82.0 3.3 19.6) |
| OKLCH | oklch(0.846 0.010 17.4) |
Copy-ready code
/* CSS */
color: #d3caca;
background-color: #d3caca;
/* Tailwind (arbitrary) */
class="text-[#d3caca] bg-[#d3caca]"
/* SCSS */
$brand: #d3caca;
/* SwiftUI */
Color(red: 0.827, green: 0.792, blue: 0.792)
/* Android */
Color.parseColor("#d3caca")Accessibility — WCAG contrast
Aa
#d3caca on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3caca on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green79.2%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow4.3%
Key (black)17.3%
Color previews
#d3caca text on a black background
contrast 13.07:1
Card sample
#d3caca text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3caca;
Background color
Panel with #d3caca background
background-color: #d3caca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3caca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 202, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 202, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3caca; background: linear-gradient(135deg, #d3caca, #D3D0CA);