#cbcbbc
a light, muted yellow · cool · closest name: silver
RGB
203, 203, 188
HSL
60°, 13%, 77%
CMYK
0, 0, 7, 20
Luminance
0.5904
Every format
| HEX | #cbcbbc |
| RGB | rgb(203, 203, 188) |
| HSL | hsl(60, 13%, 77%) |
| CMYK | cmyk(0%, 0%, 7%, 20%) |
| LAB | lab(81.3 -2.6 7.5) |
| LCH | lch(81.3 7.9 109.4) |
| OKLCH | oklch(0.838 0.020 106.8) |
Copy-ready code
/* CSS */
color: #cbcbbc;
background-color: #cbcbbc;
/* Tailwind (arbitrary) */
class="text-[#cbcbbc] bg-[#cbcbbc]"
/* SCSS */
$brand: #cbcbbc;
/* SwiftUI */
Color(red: 0.796, green: 0.796, blue: 0.737)
/* Android */
Color.parseColor("#cbcbbc")Accessibility — WCAG contrast
Aa
#cbcbbc on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcbbc on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green79.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow7.4%
Key (black)20.4%
Color previews
#cbcbbc text on a black background
contrast 12.81:1
Card sample
#cbcbbc text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcbbc;
Background color
Panel with #cbcbbc background
background-color: #cbcbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 203, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 203, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcbbc; background: linear-gradient(135deg, #cbcbbc, #C1CBBC);