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