#cdcacf
a light, muted gray · warm · closest name: silver
RGB
205, 202, 207
HSL
276°, 5%, 80%
CMYK
1, 2, 0, 19
Luminance
0.5973
Every format
| HEX | #cdcacf |
| RGB | rgb(205, 202, 207) |
| HSL | hsl(276, 5%, 80%) |
| CMYK | cmyk(1%, 2%, 0%, 19%) |
| LAB | lab(81.7 1.9 -2.1) |
| LCH | lch(81.7 2.9 312.6) |
| OKLCH | oklch(0.843 0.008 312.3) |
Copy-ready code
/* CSS */
color: #cdcacf;
background-color: #cdcacf;
/* Tailwind (arbitrary) */
class="text-[#cdcacf] bg-[#cdcacf]"
/* SCSS */
$brand: #cdcacf;
/* SwiftUI */
Color(red: 0.804, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#cdcacf")Accessibility — WCAG contrast
Aa
#cdcacf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcacf on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green79.2%
Blue81.2%
CMYK percentages
Cyan1.0%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cdcacf text on a black background
contrast 12.95:1
Card sample
#cdcacf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcacf;
Background color
Panel with #cdcacf background
background-color: #cdcacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcacf; background: linear-gradient(135deg, #cdcacf, #CFCACE);