#ccb44f
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 180, 79
HSL
49°, 55%, 56%
CMYK
0, 12, 61, 20
Luminance
0.4604
Every format
| HEX | #ccb44f |
| RGB | rgb(204, 180, 79) |
| HSL | hsl(49, 55%, 56%) |
| CMYK | cmyk(0%, 12%, 61%, 20%) |
| LAB | lab(73.6 -3.4 53.4) |
| LCH | lch(73.6 53.5 93.6) |
| OKLCH | oklch(0.771 0.123 96.0) |
Copy-ready code
/* CSS */
color: #ccb44f;
background-color: #ccb44f;
/* Tailwind (arbitrary) */
class="text-[#ccb44f] bg-[#ccb44f]"
/* SCSS */
$brand: #ccb44f;
/* SwiftUI */
Color(red: 0.800, green: 0.706, blue: 0.310)
/* Android */
Color.parseColor("#ccb44f")Accessibility — WCAG contrast
Aa
#ccb44f on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb44f on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green70.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow61.3%
Key (black)20.0%
Color previews
#ccb44f text on a black background
contrast 10.21:1
Card sample
#ccb44f text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb44f;
Background color
Panel with #ccb44f background
background-color: #ccb44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 180, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 180, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb44f; background: linear-gradient(135deg, #ccb44f, #91CC4F);