#cccba9
a light, soft yellow · cool · closest name: tan
RGB
204, 203, 169
HSL
58°, 26%, 73%
CMYK
0, 1, 17, 20
Luminance
0.5841
Every format
| HEX | #cccba9 |
| RGB | rgb(204, 203, 169) |
| HSL | hsl(58, 26%, 73%) |
| CMYK | cmyk(0%, 1%, 17%, 20%) |
| LAB | lab(81.0 -5.3 17.1) |
| LCH | lch(81.0 17.9 107.3) |
| OKLCH | oklch(0.834 0.046 106.0) |
Copy-ready code
/* CSS */
color: #cccba9;
background-color: #cccba9;
/* Tailwind (arbitrary) */
class="text-[#cccba9] bg-[#cccba9]"
/* SCSS */
$brand: #cccba9;
/* SwiftUI */
Color(red: 0.800, green: 0.796, blue: 0.663)
/* Android */
Color.parseColor("#cccba9")Accessibility — WCAG contrast
Aa
#cccba9 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccba9 on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.6%
Blue66.3%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow17.2%
Key (black)20.0%
Color previews
#cccba9 text on a black background
contrast 12.68:1
Card sample
#cccba9 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccba9;
Background color
Panel with #cccba9 background
background-color: #cccba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 203, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 203, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccba9; background: linear-gradient(135deg, #cccba9, #B6CCA9);