#ccc1ad
a light, soft orange · warm · closest name: silver
RGB
204, 193, 173
HSL
39°, 23%, 74%
CMYK
0, 5, 15, 20
Luminance
0.5399
Every format
| HEX | #ccc1ad |
| RGB | rgb(204, 193, 173) |
| HSL | hsl(39, 23%, 74%) |
| CMYK | cmyk(0%, 5%, 15%, 20%) |
| LAB | lab(78.5 0.5 11.5) |
| LCH | lch(78.5 11.5 87.5) |
| OKLCH | oklch(0.815 0.030 82.6) |
Copy-ready code
/* CSS */
color: #ccc1ad;
background-color: #ccc1ad;
/* Tailwind (arbitrary) */
class="text-[#ccc1ad] bg-[#ccc1ad]"
/* SCSS */
$brand: #ccc1ad;
/* SwiftUI */
Color(red: 0.800, green: 0.757, blue: 0.678)
/* Android */
Color.parseColor("#ccc1ad")Accessibility — WCAG contrast
Aa
#ccc1ad on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc1ad on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.7%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow15.2%
Key (black)20.0%
Color previews
#ccc1ad text on a black background
contrast 11.80:1
Card sample
#ccc1ad text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc1ad;
Background color
Panel with #ccc1ad background
background-color: #ccc1ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc1ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 193, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 193, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc1ad; background: linear-gradient(135deg, #ccc1ad, #C2CCAD);