#ccad47
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 173, 71
HSL
46°, 57%, 54%
CMYK
0, 15, 65, 20
Luminance
0.4318
Every format
| HEX | #ccad47 |
| RGB | rgb(204, 173, 71) |
| HSL | hsl(46, 57%, 54%) |
| CMYK | cmyk(0%, 15%, 65%, 20%) |
| LAB | lab(71.7 -0.2 54.9) |
| LCH | lch(71.7 54.9 90.2) |
| OKLCH | oklch(0.756 0.125 92.2) |
Copy-ready code
/* CSS */
color: #ccad47;
background-color: #ccad47;
/* Tailwind (arbitrary) */
class="text-[#ccad47] bg-[#ccad47]"
/* SCSS */
$brand: #ccad47;
/* SwiftUI */
Color(red: 0.800, green: 0.678, blue: 0.278)
/* Android */
Color.parseColor("#ccad47")Accessibility — WCAG contrast
Aa
#ccad47 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccad47 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.8%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow65.2%
Key (black)20.0%
Color previews
#ccad47 text on a black background
contrast 9.64:1
Card sample
#ccad47 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccad47;
Background color
Panel with #ccad47 background
background-color: #ccad47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccad47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 173, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 173, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccad47; background: linear-gradient(135deg, #ccad47, #92CC47);