#ccc3af
a light, soft yellow · warm · closest name: silver
RGB
204, 195, 175
HSL
41°, 22%, 74%
CMYK
0, 4, 14, 20
Luminance
0.5496
Every format
| HEX | #ccc3af |
| RGB | rgb(204, 195, 175) |
| HSL | hsl(41, 22%, 74%) |
| CMYK | cmyk(0%, 4%, 14%, 20%) |
| LAB | lab(79.0 -0.2 11.2) |
| LCH | lch(79.0 11.2 91.2) |
| OKLCH | oklch(0.819 0.029 86.7) |
Copy-ready code
/* CSS */
color: #ccc3af;
background-color: #ccc3af;
/* Tailwind (arbitrary) */
class="text-[#ccc3af] bg-[#ccc3af]"
/* SCSS */
$brand: #ccc3af;
/* SwiftUI */
Color(red: 0.800, green: 0.765, blue: 0.686)
/* Android */
Color.parseColor("#ccc3af")Accessibility — WCAG contrast
Aa
#ccc3af on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc3af on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow14.2%
Key (black)20.0%
Color previews
#ccc3af text on a black background
contrast 11.99:1
Card sample
#ccc3af text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc3af;
Background color
Panel with #ccc3af background
background-color: #ccc3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 195, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 195, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc3af; background: linear-gradient(135deg, #ccc3af, #C2CCAF);