#ccc2a3
a light, soft yellow · cool · closest name: tan
RGB
204, 194, 163
HSL
45°, 29%, 72%
CMYK
0, 5, 20, 20
Luminance
0.5407
Every format
| HEX | #ccc2a3 |
| RGB | rgb(204, 194, 163) |
| HSL | hsl(45, 29%, 72%) |
| CMYK | cmyk(0%, 5%, 20%, 20%) |
| LAB | lab(78.5 -1.6 16.9) |
| LCH | lch(78.5 16.9 95.2) |
| OKLCH | oklch(0.814 0.043 92.2) |
Copy-ready code
/* CSS */
color: #ccc2a3;
background-color: #ccc2a3;
/* Tailwind (arbitrary) */
class="text-[#ccc2a3] bg-[#ccc2a3]"
/* SCSS */
$brand: #ccc2a3;
/* SwiftUI */
Color(red: 0.800, green: 0.761, blue: 0.639)
/* Android */
Color.parseColor("#ccc2a3")Accessibility — WCAG contrast
Aa
#ccc2a3 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc2a3 on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.1%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow20.1%
Key (black)20.0%
Color previews
#ccc2a3 text on a black background
contrast 11.81:1
Card sample
#ccc2a3 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc2a3;
Background color
Panel with #ccc2a3 background
background-color: #ccc2a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc2a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 194, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 194, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc2a3; background: linear-gradient(135deg, #ccc2a3, #BBCCA3);