#ccc6af
a light, soft yellow · cool · closest name: silver
RGB
204, 198, 175
HSL
48°, 22%, 74%
CMYK
0, 3, 14, 20
Luminance
0.5632
Every format
| HEX | #ccc6af |
| RGB | rgb(204, 198, 175) |
| HSL | hsl(48, 22%, 74%) |
| CMYK | cmyk(0%, 3%, 14%, 20%) |
| LAB | lab(79.8 -1.8 12.3) |
| LCH | lch(79.8 12.4 98.3) |
| OKLCH | oklch(0.825 0.032 94.9) |
Copy-ready code
/* CSS */
color: #ccc6af;
background-color: #ccc6af;
/* Tailwind (arbitrary) */
class="text-[#ccc6af] bg-[#ccc6af]"
/* SCSS */
$brand: #ccc6af;
/* SwiftUI */
Color(red: 0.800, green: 0.776, blue: 0.686)
/* Android */
Color.parseColor("#ccc6af")Accessibility — WCAG contrast
Aa
#ccc6af on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc6af on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow14.2%
Key (black)20.0%
Color previews
#ccc6af text on a black background
contrast 12.26:1
Card sample
#ccc6af text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc6af;
Background color
Panel with #ccc6af background
background-color: #ccc6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 198, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 198, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc6af; background: linear-gradient(135deg, #ccc6af, #BFCCAF);