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