#cbc2ba
a light, muted orange · warm · closest name: silver
RGB
203, 194, 186
HSL
28°, 14%, 76%
CMYK
0, 4, 8, 20
Luminance
0.5483
Every format
| HEX | #cbc2ba |
| RGB | rgb(203, 194, 186) |
| HSL | hsl(28, 14%, 76%) |
| CMYK | cmyk(0%, 4%, 8%, 20%) |
| LAB | lab(78.9 1.8 5.1) |
| LCH | lch(78.9 5.4 71.2) |
| OKLCH | oklch(0.819 0.015 64.3) |
Copy-ready code
/* CSS */
color: #cbc2ba;
background-color: #cbc2ba;
/* Tailwind (arbitrary) */
class="text-[#cbc2ba] bg-[#cbc2ba]"
/* SCSS */
$brand: #cbc2ba;
/* SwiftUI */
Color(red: 0.796, green: 0.761, blue: 0.729)
/* Android */
Color.parseColor("#cbc2ba")Accessibility — WCAG contrast
Aa
#cbc2ba on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc2ba on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green76.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow8.4%
Key (black)20.4%
Color previews
#cbc2ba text on a black background
contrast 11.97:1
Card sample
#cbc2ba text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc2ba;
Background color
Panel with #cbc2ba background
background-color: #cbc2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 194, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 194, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc2ba; background: linear-gradient(135deg, #cbc2ba, #C9CBBA);