#ccc44b
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 196, 75
HSL
56°, 56%, 55%
CMYK
0, 4, 63, 20
Luminance
0.5283
Every format
| HEX | #ccc44b |
| RGB | rgb(204, 196, 75) |
| HSL | hsl(56, 56%, 55%) |
| CMYK | cmyk(0%, 4%, 63%, 20%) |
| LAB | lab(77.8 -11.9 59.7) |
| LCH | lch(77.8 60.9 101.3) |
| OKLCH | oklch(0.804 0.141 105.5) |
Copy-ready code
/* CSS */
color: #ccc44b;
background-color: #ccc44b;
/* Tailwind (arbitrary) */
class="text-[#ccc44b] bg-[#ccc44b]"
/* SCSS */
$brand: #ccc44b;
/* SwiftUI */
Color(red: 0.800, green: 0.769, blue: 0.294)
/* Android */
Color.parseColor("#ccc44b")Accessibility — WCAG contrast
Aa
#ccc44b on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc44b on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.9%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow63.2%
Key (black)20.0%
Color previews
#ccc44b text on a black background
contrast 11.57:1
Card sample
#ccc44b text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc44b;
Background color
Panel with #ccc44b background
background-color: #ccc44b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc44b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 196, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 196, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc44b; background: linear-gradient(135deg, #ccc44b, #7ECC4B);