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