#ccc94f
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 201, 79
HSL
59°, 55%, 56%
CMYK
0, 2, 61, 20
Luminance
0.5518
Every format
| HEX | #ccc94f |
| RGB | rgb(204, 201, 79) |
| HSL | hsl(59, 55%, 56%) |
| CMYK | cmyk(0%, 2%, 61%, 20%) |
| LAB | lab(79.1 -14.2 59.5) |
| LCH | lch(79.1 61.1 103.4) |
| OKLCH | oklch(0.815 0.142 107.8) |
Copy-ready code
/* CSS */
color: #ccc94f;
background-color: #ccc94f;
/* Tailwind (arbitrary) */
class="text-[#ccc94f] bg-[#ccc94f]"
/* SCSS */
$brand: #ccc94f;
/* SwiftUI */
Color(red: 0.800, green: 0.788, blue: 0.310)
/* Android */
Color.parseColor("#ccc94f")Accessibility — WCAG contrast
Aa
#ccc94f on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc94f on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow61.3%
Key (black)20.0%
Color previews
#ccc94f text on a black background
contrast 12.04:1
Card sample
#ccc94f text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc94f;
Background color
Panel with #ccc94f background
background-color: #ccc94f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc94f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 201, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 201, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc94f; background: linear-gradient(135deg, #ccc94f, #7CCC4F);