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