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