#cbc2ad
a light, soft yellow · warm · closest name: silver
RGB
203, 194, 173
HSL
42°, 22%, 74%
CMYK
0, 4, 15, 20
Luminance
0.5430
Every format
| HEX | #cbc2ad |
| RGB | rgb(203, 194, 173) |
| HSL | hsl(42, 22%, 74%) |
| CMYK | cmyk(0%, 4%, 15%, 20%) |
| LAB | lab(78.6 -0.4 11.7) |
| LCH | lch(78.6 11.7 91.9) |
| OKLCH | oklch(0.816 0.030 87.6) |
Copy-ready code
/* CSS */
color: #cbc2ad;
background-color: #cbc2ad;
/* Tailwind (arbitrary) */
class="text-[#cbc2ad] bg-[#cbc2ad]"
/* SCSS */
$brand: #cbc2ad;
/* SwiftUI */
Color(red: 0.796, green: 0.761, blue: 0.678)
/* Android */
Color.parseColor("#cbc2ad")Accessibility — WCAG contrast
Aa
#cbc2ad on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc2ad on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green76.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow14.8%
Key (black)20.4%
Color previews
#cbc2ad text on a black background
contrast 11.86:1
Card sample
#cbc2ad text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc2ad;
Background color
Panel with #cbc2ad background
background-color: #cbc2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 194, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 194, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc2ad; background: linear-gradient(135deg, #cbc2ad, #C0CBAD);