#ccc8a2
a light, soft yellow · cool · closest name: tan
RGB
204, 200, 162
HSL
54°, 29%, 72%
CMYK
0, 2, 21, 20
Luminance
0.5675
Every format
| HEX | #ccc8a2 |
| RGB | rgb(204, 200, 162) |
| HSL | hsl(54, 29%, 72%) |
| CMYK | cmyk(0%, 2%, 21%, 20%) |
| LAB | lab(80.0 -4.8 19.6) |
| LCH | lch(80.0 20.1 103.9) |
| OKLCH | oklch(0.826 0.051 102.5) |
Copy-ready code
/* CSS */
color: #ccc8a2;
background-color: #ccc8a2;
/* Tailwind (arbitrary) */
class="text-[#ccc8a2] bg-[#ccc8a2]"
/* SCSS */
$brand: #ccc8a2;
/* SwiftUI */
Color(red: 0.800, green: 0.784, blue: 0.635)
/* Android */
Color.parseColor("#ccc8a2")Accessibility — WCAG contrast
Aa
#ccc8a2 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc8a2 on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.4%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow20.6%
Key (black)20.0%
Color previews
#ccc8a2 text on a black background
contrast 12.35:1
Card sample
#ccc8a2 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc8a2;
Background color
Panel with #ccc8a2 background
background-color: #ccc8a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc8a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 200, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 200, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc8a2; background: linear-gradient(135deg, #ccc8a2, #B4CCA2);