#ccc49d
a light, soft yellow · cool · closest name: tan
RGB
204, 196, 157
HSL
50°, 32%, 71%
CMYK
0, 4, 23, 20
Luminance
0.5475
Every format
| HEX | #ccc49d |
| RGB | rgb(204, 196, 157) |
| HSL | hsl(50, 32%, 71%) |
| CMYK | cmyk(0%, 4%, 23%, 20%) |
| LAB | lab(78.9 -3.5 20.6) |
| LCH | lch(78.9 20.9 99.5) |
| OKLCH | oklch(0.817 0.053 97.8) |
Copy-ready code
/* CSS */
color: #ccc49d;
background-color: #ccc49d;
/* Tailwind (arbitrary) */
class="text-[#ccc49d] bg-[#ccc49d]"
/* SCSS */
$brand: #ccc49d;
/* SwiftUI */
Color(red: 0.800, green: 0.769, blue: 0.616)
/* Android */
Color.parseColor("#ccc49d")Accessibility — WCAG contrast
Aa
#ccc49d on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc49d on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.9%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow23.0%
Key (black)20.0%
Color previews
#ccc49d text on a black background
contrast 11.95:1
Card sample
#ccc49d text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc49d;
Background color
Panel with #ccc49d background
background-color: #ccc49d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc49d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 196, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 196, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc49d; background: linear-gradient(135deg, #ccc49d, #B5CC9D);