#cdccce
a light, muted gray · warm · closest name: silver
RGB
205, 204, 206
HSL
270°, 2%, 80%
CMYK
1, 1, 0, 19
Luminance
0.6062
Every format
| HEX | #cdccce |
| RGB | rgb(205, 204, 206) |
| HSL | hsl(270, 2%, 80%) |
| CMYK | cmyk(1%, 1%, 0%, 19%) |
| LAB | lab(82.2 0.7 -0.9) |
| LCH | lch(82.2 1.1 309.2) |
| OKLCH | oklch(0.847 0.003 308.4) |
Copy-ready code
/* CSS */
color: #cdccce;
background-color: #cdccce;
/* Tailwind (arbitrary) */
class="text-[#cdccce] bg-[#cdccce]"
/* SCSS */
$brand: #cdccce;
/* SwiftUI */
Color(red: 0.804, green: 0.800, blue: 0.808)
/* Android */
Color.parseColor("#cdccce")Accessibility — WCAG contrast
Aa
#cdccce on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdccce on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.0%
Blue80.8%
CMYK percentages
Cyan0.5%
Magenta1.0%
Yellow0.0%
Key (black)19.2%
Color previews
#cdccce text on a black background
contrast 13.12:1
Card sample
#cdccce text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdccce;
Background color
Panel with #cdccce background
background-color: #cdccce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdccce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 204, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 204, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdccce; background: linear-gradient(135deg, #cdccce, #CECCCE);