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