#ccba7c
a balanced, soft yellow · cool · closest name: tan
RGB
204, 186, 124
HSL
47°, 44%, 64%
CMYK
0, 9, 39, 20
Luminance
0.4941
Every format
| HEX | #ccba7c |
| RGB | rgb(204, 186, 124) |
| HSL | hsl(47, 44%, 64%) |
| CMYK | cmyk(0%, 9%, 39%, 20%) |
| LAB | lab(75.7 -2.4 33.8) |
| LCH | lch(75.7 33.9 94.1) |
| OKLCH | oklch(0.790 0.083 93.8) |
Copy-ready code
/* CSS */
color: #ccba7c;
background-color: #ccba7c;
/* Tailwind (arbitrary) */
class="text-[#ccba7c] bg-[#ccba7c]"
/* SCSS */
$brand: #ccba7c;
/* SwiftUI */
Color(red: 0.800, green: 0.729, blue: 0.486)
/* Android */
Color.parseColor("#ccba7c")Accessibility — WCAG contrast
Aa
#ccba7c on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccba7c on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green72.9%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow39.2%
Key (black)20.0%
Color previews
#ccba7c text on a black background
contrast 10.88:1
Card sample
#ccba7c text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccba7c;
Background color
Panel with #ccba7c background
background-color: #ccba7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccba7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 186, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 186, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccba7c; background: linear-gradient(135deg, #ccba7c, #A9CC7C);