#cdd2cc
a light, muted gray · cool · closest name: silver
RGB
205, 210, 204
HSL
110°, 6%, 81%
CMYK
2, 0, 3, 18
Luminance
0.6343
Every format
| HEX | #cdd2cc |
| RGB | rgb(205, 210, 204) |
| HSL | hsl(110, 6%, 81%) |
| CMYK | cmyk(2%, 0%, 3%, 18%) |
| LAB | lab(83.7 -2.8 2.4) |
| LCH | lch(83.7 3.7 139.8) |
| OKLCH | oklch(0.858 0.010 140.5) |
Copy-ready code
/* CSS */
color: #cdd2cc;
background-color: #cdd2cc;
/* Tailwind (arbitrary) */
class="text-[#cdd2cc] bg-[#cdd2cc]"
/* SCSS */
$brand: #cdd2cc;
/* SwiftUI */
Color(red: 0.804, green: 0.824, blue: 0.800)
/* Android */
Color.parseColor("#cdd2cc")Accessibility — WCAG contrast
Aa
#cdd2cc on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd2cc on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.4%
Blue80.0%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow2.9%
Key (black)17.6%
Color previews
#cdd2cc text on a black background
contrast 13.69:1
Card sample
#cdd2cc text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd2cc;
Background color
Panel with #cdd2cc background
background-color: #cdd2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 210, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 210, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd2cc; background: linear-gradient(135deg, #cdd2cc, #CCD2CF);