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