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