#ccc04f
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 192, 79
HSL
54°, 55%, 56%
CMYK
0, 6, 61, 20
Luminance
0.5110
Every format
| HEX | #ccc04f |
| RGB | rgb(204, 192, 79) |
| HSL | hsl(54, 55%, 56%) |
| CMYK | cmyk(0%, 6%, 61%, 20%) |
| LAB | lab(76.7 -9.6 56.9) |
| LCH | lch(76.7 57.7 99.6) |
| OKLCH | oklch(0.796 0.134 103.3) |
Copy-ready code
/* CSS */
color: #ccc04f;
background-color: #ccc04f;
/* Tailwind (arbitrary) */
class="text-[#ccc04f] bg-[#ccc04f]"
/* SCSS */
$brand: #ccc04f;
/* SwiftUI */
Color(red: 0.800, green: 0.753, blue: 0.310)
/* Android */
Color.parseColor("#ccc04f")Accessibility — WCAG contrast
Aa
#ccc04f on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc04f on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow61.3%
Key (black)20.0%
Color previews
#ccc04f text on a black background
contrast 11.22:1
Card sample
#ccc04f text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc04f;
Background color
Panel with #ccc04f background
background-color: #ccc04f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc04f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 192, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 192, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc04f; background: linear-gradient(135deg, #ccc04f, #85CC4F);