#ccc55f
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 197, 95
HSL
56°, 52%, 59%
CMYK
0, 3, 53, 20
Luminance
0.5360
Every format
| HEX | #ccc55f |
| RGB | rgb(204, 197, 95) |
| HSL | hsl(56, 52%, 59%) |
| CMYK | cmyk(0%, 3%, 53%, 20%) |
| LAB | lab(78.2 -10.9 51.3) |
| LCH | lch(78.2 52.4 102.0) |
| OKLCH | oklch(0.808 0.124 105.3) |
Copy-ready code
/* CSS */
color: #ccc55f;
background-color: #ccc55f;
/* Tailwind (arbitrary) */
class="text-[#ccc55f] bg-[#ccc55f]"
/* SCSS */
$brand: #ccc55f;
/* SwiftUI */
Color(red: 0.800, green: 0.773, blue: 0.373)
/* Android */
Color.parseColor("#ccc55f")Accessibility — WCAG contrast
Aa
#ccc55f on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc55f on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.3%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow53.4%
Key (black)20.0%
Color previews
#ccc55f text on a black background
contrast 11.72:1
Card sample
#ccc55f text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc55f;
Background color
Panel with #ccc55f background
background-color: #ccc55f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc55f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 197, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 197, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc55f; background: linear-gradient(135deg, #ccc55f, #8ACC5F);