#cccda0
a light, soft yellow · cool · closest name: tan
RGB
204, 205, 160
HSL
61°, 31%, 72%
CMYK
1, 0, 22, 20
Luminance
0.5904
Every format
| HEX | #cccda0 |
| RGB | rgb(204, 205, 160) |
| HSL | hsl(61, 31%, 72%) |
| CMYK | cmyk(1%, 0%, 22%, 20%) |
| LAB | lab(81.3 -7.7 22.4) |
| LCH | lch(81.3 23.7 109.0) |
| OKLCH | oklch(0.836 0.060 108.7) |
Copy-ready code
/* CSS */
color: #cccda0;
background-color: #cccda0;
/* Tailwind (arbitrary) */
class="text-[#cccda0] bg-[#cccda0]"
/* SCSS */
$brand: #cccda0;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.627)
/* Android */
Color.parseColor("#cccda0")Accessibility — WCAG contrast
Aa
#cccda0 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccda0 on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue62.7%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow22.0%
Key (black)19.6%
Color previews
#cccda0 text on a black background
contrast 12.81:1
Card sample
#cccda0 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccda0;
Background color
Panel with #cccda0 background
background-color: #cccda0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccda0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccda0; background: linear-gradient(135deg, #cccda0, #AECDA0);