#ccc54f
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 197, 79
HSL
57°, 55%, 56%
CMYK
0, 3, 61, 20
Luminance
0.5333
Every format
| HEX | #ccc54f |
| RGB | rgb(204, 197, 79) |
| HSL | hsl(57, 55%, 56%) |
| CMYK | cmyk(0%, 3%, 61%, 20%) |
| LAB | lab(78.1 -12.1 58.3) |
| LCH | lch(78.1 59.6 101.7) |
| OKLCH | oklch(0.807 0.139 105.9) |
Copy-ready code
/* CSS */
color: #ccc54f;
background-color: #ccc54f;
/* Tailwind (arbitrary) */
class="text-[#ccc54f] bg-[#ccc54f]"
/* SCSS */
$brand: #ccc54f;
/* SwiftUI */
Color(red: 0.800, green: 0.773, blue: 0.310)
/* Android */
Color.parseColor("#ccc54f")Accessibility — WCAG contrast
Aa
#ccc54f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc54f on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow61.3%
Key (black)20.0%
Color previews
#ccc54f text on a black background
contrast 11.67:1
Card sample
#ccc54f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc54f;
Background color
Panel with #ccc54f background
background-color: #ccc54f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc54f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 197, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 197, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc54f; background: linear-gradient(135deg, #ccc54f, #80CC4F);