#c7c2ba
a light, muted orange · warm · closest name: silver
RGB
199, 194, 186
HSL
37°, 10%, 76%
CMYK
0, 3, 7, 22
Luminance
0.5427
Every format
| HEX | #c7c2ba |
| RGB | rgb(199, 194, 186) |
| HSL | hsl(37, 10%, 76%) |
| CMYK | cmyk(0%, 3%, 7%, 22%) |
| LAB | lab(78.6 0.3 4.6) |
| LCH | lch(78.6 4.7 85.9) |
| OKLCH | oklch(0.816 0.012 79.8) |
Copy-ready code
/* CSS */
color: #c7c2ba;
background-color: #c7c2ba;
/* Tailwind (arbitrary) */
class="text-[#c7c2ba] bg-[#c7c2ba]"
/* SCSS */
$brand: #c7c2ba;
/* SwiftUI */
Color(red: 0.780, green: 0.761, blue: 0.729)
/* Android */
Color.parseColor("#c7c2ba")Accessibility — WCAG contrast
Aa
#c7c2ba on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7c2ba on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green76.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta2.5%
Yellow6.5%
Key (black)22.0%
Color previews
#c7c2ba text on a black background
contrast 11.85:1
Card sample
#c7c2ba text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7c2ba;
Background color
Panel with #c7c2ba background
background-color: #c7c2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7c2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 194, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 194, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7c2ba; background: linear-gradient(135deg, #c7c2ba, #C3C7BA);