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