#ccaf6c
a balanced, vivid yellow · warm · closest name: tan
RGB
204, 175, 108
HSL
42°, 49%, 61%
CMYK
0, 14, 47, 20
Luminance
0.4458
Every format
| HEX | #ccaf6c |
| RGB | rgb(204, 175, 108) |
| HSL | hsl(42, 49%, 61%) |
| CMYK | cmyk(0%, 14%, 47%, 20%) |
| LAB | lab(72.6 1.7 38.1) |
| LCH | lch(72.6 38.1 87.5) |
| OKLCH | oklch(0.765 0.092 86.8) |
Copy-ready code
/* CSS */
color: #ccaf6c;
background-color: #ccaf6c;
/* Tailwind (arbitrary) */
class="text-[#ccaf6c] bg-[#ccaf6c]"
/* SCSS */
$brand: #ccaf6c;
/* SwiftUI */
Color(red: 0.800, green: 0.686, blue: 0.424)
/* Android */
Color.parseColor("#ccaf6c")Accessibility — WCAG contrast
Aa
#ccaf6c on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaf6c on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.6%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow47.1%
Key (black)20.0%
Color previews
#ccaf6c text on a black background
contrast 9.92:1
Card sample
#ccaf6c text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaf6c;
Background color
Panel with #ccaf6c background
background-color: #ccaf6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaf6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 175, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 175, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaf6c; background: linear-gradient(135deg, #ccaf6c, #A9CC6C);