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