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