#ccaf73
a balanced, vivid yellow · warm · closest name: tan
RGB
204, 175, 115
HSL
40°, 47%, 63%
CMYK
0, 14, 44, 20
Luminance
0.4474
Every format
| HEX | #ccaf73 |
| RGB | rgb(204, 175, 115) |
| HSL | hsl(40, 47%, 63%) |
| CMYK | cmyk(0%, 14%, 44%, 20%) |
| LAB | lab(72.7 2.4 34.6) |
| LCH | lch(72.7 34.7 86.0) |
| OKLCH | oklch(0.766 0.085 84.7) |
Copy-ready code
/* CSS */
color: #ccaf73;
background-color: #ccaf73;
/* Tailwind (arbitrary) */
class="text-[#ccaf73] bg-[#ccaf73]"
/* SCSS */
$brand: #ccaf73;
/* SwiftUI */
Color(red: 0.800, green: 0.686, blue: 0.451)
/* Android */
Color.parseColor("#ccaf73")Accessibility — WCAG contrast
Aa
#ccaf73 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaf73 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.6%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow43.6%
Key (black)20.0%
Color previews
#ccaf73 text on a black background
contrast 9.95:1
Card sample
#ccaf73 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaf73;
Background color
Panel with #ccaf73 background
background-color: #ccaf73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaf73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 175, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 175, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaf73; background: linear-gradient(135deg, #ccaf73, #AECC73);