#cbcdbb
a light, soft yellow · cool · closest name: silver
RGB
203, 205, 187
HSL
67°, 15%, 77%
CMYK
1, 0, 9, 20
Luminance
0.5995
Every format
| HEX | #cbcdbb |
| RGB | rgb(203, 205, 187) |
| HSL | hsl(67, 15%, 77%) |
| CMYK | cmyk(1%, 0%, 9%, 20%) |
| LAB | lab(81.8 -3.9 8.7) |
| LCH | lch(81.8 9.6 113.9) |
| OKLCH | oklch(0.842 0.025 112.1) |
Copy-ready code
/* CSS */
color: #cbcdbb;
background-color: #cbcdbb;
/* Tailwind (arbitrary) */
class="text-[#cbcdbb] bg-[#cbcdbb]"
/* SCSS */
$brand: #cbcdbb;
/* SwiftUI */
Color(red: 0.796, green: 0.804, blue: 0.733)
/* Android */
Color.parseColor("#cbcdbb")Accessibility — WCAG contrast
Aa
#cbcdbb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcdbb on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green80.4%
Blue73.3%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow8.8%
Key (black)19.6%
Color previews
#cbcdbb text on a black background
contrast 12.99:1
Card sample
#cbcdbb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcdbb;
Background color
Panel with #cbcdbb background
background-color: #cbcdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 205, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 205, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcdbb; background: linear-gradient(135deg, #cbcdbb, #BFCDBB);