#cbcbb8
a light, soft yellow · cool · closest name: silver
RGB
203, 203, 184
HSL
60°, 15%, 76%
CMYK
0, 0, 9, 20
Luminance
0.5887
Every format
| HEX | #cbcbb8 |
| RGB | rgb(203, 203, 184) |
| HSL | hsl(60, 15%, 76%) |
| CMYK | cmyk(0%, 0%, 9%, 20%) |
| LAB | lab(81.2 -3.3 9.5) |
| LCH | lch(81.2 10.0 109.3) |
| OKLCH | oklch(0.837 0.026 106.9) |
Copy-ready code
/* CSS */
color: #cbcbb8;
background-color: #cbcbb8;
/* Tailwind (arbitrary) */
class="text-[#cbcbb8] bg-[#cbcbb8]"
/* SCSS */
$brand: #cbcbb8;
/* SwiftUI */
Color(red: 0.796, green: 0.796, blue: 0.722)
/* Android */
Color.parseColor("#cbcbb8")Accessibility — WCAG contrast
Aa
#cbcbb8 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcbb8 on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green79.6%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow9.4%
Key (black)20.4%
Color previews
#cbcbb8 text on a black background
contrast 12.77:1
Card sample
#cbcbb8 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcbb8;
Background color
Panel with #cbcbb8 background
background-color: #cbcbb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcbb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 203, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 203, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcbb8; background: linear-gradient(135deg, #cbcbb8, #BECBB8);