#c7b7af
a light, soft orange · warm · closest name: silver
RGB
199, 183, 175
HSL
20°, 18%, 73%
CMYK
0, 8, 12, 22
Luminance
0.4910
Every format
| HEX | #c7b7af |
| RGB | rgb(199, 183, 175) |
| HSL | hsl(20, 18%, 73%) |
| CMYK | cmyk(0%, 8%, 12%, 22%) |
| LAB | lab(75.5 4.3 6.1) |
| LCH | lch(75.5 7.5 54.8) |
| OKLCH | oklch(0.791 0.021 48.4) |
Copy-ready code
/* CSS */
color: #c7b7af;
background-color: #c7b7af;
/* Tailwind (arbitrary) */
class="text-[#c7b7af] bg-[#c7b7af]"
/* SCSS */
$brand: #c7b7af;
/* SwiftUI */
Color(red: 0.780, green: 0.718, blue: 0.686)
/* Android */
Color.parseColor("#c7b7af")Accessibility — WCAG contrast
Aa
#c7b7af on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7b7af on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green71.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow12.1%
Key (black)22.0%
Color previews
#c7b7af text on a black background
contrast 10.82:1
Card sample
#c7b7af text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7b7af;
Background color
Panel with #c7b7af background
background-color: #c7b7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7b7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 183, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 183, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7b7af; background: linear-gradient(135deg, #c7b7af, #C7C7AF);