#cdccc8
a light, muted gray · cool · closest name: silver
RGB
205, 204, 200
HSL
48°, 5%, 79%
CMYK
0, 1, 2, 20
Luminance
0.6033
Every format
| HEX | #cdccc8 |
| RGB | rgb(205, 204, 200) |
| HSL | hsl(48, 5%, 79%) |
| CMYK | cmyk(0%, 1%, 2%, 20%) |
| LAB | lab(82.0 -0.4 2.1) |
| LCH | lch(82.0 2.1 100.2) |
| OKLCH | oklch(0.845 0.006 95.1) |
Copy-ready code
/* CSS */
color: #cdccc8;
background-color: #cdccc8;
/* Tailwind (arbitrary) */
class="text-[#cdccc8] bg-[#cdccc8]"
/* SCSS */
$brand: #cdccc8;
/* SwiftUI */
Color(red: 0.804, green: 0.800, blue: 0.784)
/* Android */
Color.parseColor("#cdccc8")Accessibility — WCAG contrast
Aa
#cdccc8 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdccc8 on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.0%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow2.4%
Key (black)19.6%
Color previews
#cdccc8 text on a black background
contrast 13.07:1
Card sample
#cdccc8 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdccc8;
Background color
Panel with #cdccc8 background
background-color: #cdccc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdccc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 204, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 204, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdccc8; background: linear-gradient(135deg, #cdccc8, #CBCDC8);