#cccdac
a light, soft yellow · cool · closest name: tan
RGB
204, 205, 172
HSL
62°, 25%, 74%
CMYK
1, 0, 16, 20
Luminance
0.5948
Every format
| HEX | #cccdac |
| RGB | rgb(204, 205, 172) |
| HSL | hsl(62, 25%, 74%) |
| CMYK | cmyk(1%, 0%, 16%, 20%) |
| LAB | lab(81.5 -5.9 16.4) |
| LCH | lch(81.5 17.4 109.9) |
| OKLCH | oklch(0.839 0.044 108.7) |
Copy-ready code
/* CSS */
color: #cccdac;
background-color: #cccdac;
/* Tailwind (arbitrary) */
class="text-[#cccdac] bg-[#cccdac]"
/* SCSS */
$brand: #cccdac;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.675)
/* Android */
Color.parseColor("#cccdac")Accessibility — WCAG contrast
Aa
#cccdac on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccdac on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue67.5%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow16.1%
Key (black)19.6%
Color previews
#cccdac text on a black background
contrast 12.90:1
Card sample
#cccdac text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccdac;
Background color
Panel with #cccdac background
background-color: #cccdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccdac; background: linear-gradient(135deg, #cccdac, #B6CDAC);