#ccc68c
a light, soft yellow · cool · closest name: tan
RGB
204, 198, 140
HSL
54°, 39%, 68%
CMYK
0, 3, 31, 20
Luminance
0.5512
Every format
| HEX | #ccc68c |
| RGB | rgb(204, 198, 140) |
| HSL | hsl(54, 39%, 68%) |
| CMYK | cmyk(0%, 3%, 31%, 20%) |
| LAB | lab(79.1 -6.8 29.9) |
| LCH | lch(79.1 30.6 102.8) |
| OKLCH | oklch(0.818 0.076 102.9) |
Copy-ready code
/* CSS */
color: #ccc68c;
background-color: #ccc68c;
/* Tailwind (arbitrary) */
class="text-[#ccc68c] bg-[#ccc68c]"
/* SCSS */
$brand: #ccc68c;
/* SwiftUI */
Color(red: 0.800, green: 0.776, blue: 0.549)
/* Android */
Color.parseColor("#ccc68c")Accessibility — WCAG contrast
Aa
#ccc68c on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc68c on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.6%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow31.4%
Key (black)20.0%
Color previews
#ccc68c text on a black background
contrast 12.02:1
Card sample
#ccc68c text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc68c;
Background color
Panel with #ccc68c background
background-color: #ccc68c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc68c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 198, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 198, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc68c; background: linear-gradient(135deg, #ccc68c, #A7CC8C);