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