#ccba71
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 186, 113
HSL
48°, 47%, 62%
CMYK
0, 9, 45, 20
Luminance
0.4915
Every format
| HEX | #ccba71 |
| RGB | rgb(204, 186, 113) |
| HSL | hsl(48, 47%, 62%) |
| CMYK | cmyk(0%, 9%, 45%, 20%) |
| LAB | lab(75.5 -3.6 39.2) |
| LCH | lch(75.5 39.4 95.3) |
| OKLCH | oklch(0.788 0.096 95.9) |
Copy-ready code
/* CSS */
color: #ccba71;
background-color: #ccba71;
/* Tailwind (arbitrary) */
class="text-[#ccba71] bg-[#ccba71]"
/* SCSS */
$brand: #ccba71;
/* SwiftUI */
Color(red: 0.800, green: 0.729, blue: 0.443)
/* Android */
Color.parseColor("#ccba71")Accessibility — WCAG contrast
Aa
#ccba71 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccba71 on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green72.9%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow44.6%
Key (black)20.0%
Color previews
#ccba71 text on a black background
contrast 10.83:1
Card sample
#ccba71 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccba71;
Background color
Panel with #ccba71 background
background-color: #ccba71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccba71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 186, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 186, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccba71; background: linear-gradient(135deg, #ccba71, #A1CC71);