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