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