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