#c7c7af
a light, soft yellow · cool · closest name: silver
RGB
199, 199, 175
HSL
60°, 18%, 73%
CMYK
0, 0, 12, 22
Luminance
0.5608
Every format
| HEX | #c7c7af |
| RGB | rgb(199, 199, 175) |
| HSL | hsl(60, 18%, 73%) |
| CMYK | cmyk(0%, 0%, 12%, 22%) |
| LAB | lab(79.7 -4.2 12.0) |
| LCH | lch(79.7 12.7 109.0) |
| OKLCH | oklch(0.823 0.033 107.1) |
Copy-ready code
/* CSS */
color: #c7c7af;
background-color: #c7c7af;
/* Tailwind (arbitrary) */
class="text-[#c7c7af] bg-[#c7c7af]"
/* SCSS */
$brand: #c7c7af;
/* SwiftUI */
Color(red: 0.780, green: 0.780, blue: 0.686)
/* Android */
Color.parseColor("#c7c7af")Accessibility — WCAG contrast
Aa
#c7c7af on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7c7af on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green78.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow12.1%
Key (black)22.0%
Color previews
#c7c7af text on a black background
contrast 12.22:1
Card sample
#c7c7af text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7c7af;
Background color
Panel with #c7c7af background
background-color: #c7c7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7c7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 199, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 199, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7c7af; background: linear-gradient(135deg, #c7c7af, #B7C7AF);