#ccc2ad
a light, soft yellow · warm · closest name: silver
RGB
204, 194, 173
HSL
41°, 23%, 74%
CMYK
0, 5, 15, 20
Luminance
0.5444
Every format
| HEX | #ccc2ad |
| RGB | rgb(204, 194, 173) |
| HSL | hsl(41, 23%, 74%) |
| CMYK | cmyk(0%, 5%, 15%, 20%) |
| LAB | lab(78.7 -0.0 11.8) |
| LCH | lch(78.7 11.8 90.1) |
| OKLCH | oklch(0.817 0.031 85.6) |
Copy-ready code
/* CSS */
color: #ccc2ad;
background-color: #ccc2ad;
/* Tailwind (arbitrary) */
class="text-[#ccc2ad] bg-[#ccc2ad]"
/* SCSS */
$brand: #ccc2ad;
/* SwiftUI */
Color(red: 0.800, green: 0.761, blue: 0.678)
/* Android */
Color.parseColor("#ccc2ad")Accessibility — WCAG contrast
Aa
#ccc2ad on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc2ad on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow15.2%
Key (black)20.0%
Color previews
#ccc2ad text on a black background
contrast 11.89:1
Card sample
#ccc2ad text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc2ad;
Background color
Panel with #ccc2ad background
background-color: #ccc2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 194, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 194, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc2ad; background: linear-gradient(135deg, #ccc2ad, #C1CCAD);