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