#d7caca
a light, muted red · warm · closest name: silver
RGB
215, 202, 202
HSL
0°, 14%, 82%
CMYK
0, 6, 6, 16
Luminance
0.6095
Every format
| HEX | #d7caca |
| RGB | rgb(215, 202, 202) |
| HSL | hsl(0, 14%, 82%) |
| CMYK | cmyk(0%, 6%, 6%, 16%) |
| LAB | lab(82.3 4.5 1.6) |
| LCH | lch(82.3 4.8 19.8) |
| OKLCH | oklch(0.850 0.015 17.4) |
Copy-ready code
/* CSS */
color: #d7caca;
background-color: #d7caca;
/* Tailwind (arbitrary) */
class="text-[#d7caca] bg-[#d7caca]"
/* SCSS */
$brand: #d7caca;
/* SwiftUI */
Color(red: 0.843, green: 0.792, blue: 0.792)
/* Android */
Color.parseColor("#d7caca")Accessibility — WCAG contrast
Aa
#d7caca on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7caca on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green79.2%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow6.0%
Key (black)15.7%
Color previews
#d7caca text on a black background
contrast 13.19:1
Card sample
#d7caca text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7caca;
Background color
Panel with #d7caca background
background-color: #d7caca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7caca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 202, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 202, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7caca; background: linear-gradient(135deg, #d7caca, #D7D3CA);