#ccc69c
a light, soft yellow · cool · closest name: tan
RGB
204, 198, 156
HSL
53°, 32%, 71%
CMYK
0, 3, 24, 20
Luminance
0.5563
Every format
| HEX | #ccc69c |
| RGB | rgb(204, 198, 156) |
| HSL | hsl(53, 32%, 71%) |
| CMYK | cmyk(0%, 3%, 24%, 20%) |
| LAB | lab(79.4 -4.7 21.9) |
| LCH | lch(79.4 22.3 102.0) |
| OKLCH | oklch(0.821 0.057 100.8) |
Copy-ready code
/* CSS */
color: #ccc69c;
background-color: #ccc69c;
/* Tailwind (arbitrary) */
class="text-[#ccc69c] bg-[#ccc69c]"
/* SCSS */
$brand: #ccc69c;
/* SwiftUI */
Color(red: 0.800, green: 0.776, blue: 0.612)
/* Android */
Color.parseColor("#ccc69c")Accessibility — WCAG contrast
Aa
#ccc69c on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc69c on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.6%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow23.5%
Key (black)20.0%
Color previews
#ccc69c text on a black background
contrast 12.13:1
Card sample
#ccc69c text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc69c;
Background color
Panel with #ccc69c background
background-color: #ccc69c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc69c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 198, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 198, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc69c; background: linear-gradient(135deg, #ccc69c, #B2CC9C);