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