#ccaa77
a balanced, vivid orange · warm · closest name: tan
RGB
204, 170, 119
HSL
36°, 46%, 63%
CMYK
0, 17, 42, 20
Luminance
0.4292
Every format
| HEX | #ccaa77 |
| RGB | rgb(204, 170, 119) |
| HSL | hsl(36, 46%, 63%) |
| CMYK | cmyk(0%, 17%, 42%, 20%) |
| LAB | lab(71.5 5.5 30.9) |
| LCH | lch(71.5 31.4 79.9) |
| OKLCH | oklch(0.756 0.078 77.3) |
Copy-ready code
/* CSS */
color: #ccaa77;
background-color: #ccaa77;
/* Tailwind (arbitrary) */
class="text-[#ccaa77] bg-[#ccaa77]"
/* SCSS */
$brand: #ccaa77;
/* SwiftUI */
Color(red: 0.800, green: 0.667, blue: 0.467)
/* Android */
Color.parseColor("#ccaa77")Accessibility — WCAG contrast
Aa
#ccaa77 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaa77 on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green66.7%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow41.7%
Key (black)20.0%
Color previews
#ccaa77 text on a black background
contrast 9.58:1
Card sample
#ccaa77 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaa77;
Background color
Panel with #ccaa77 background
background-color: #ccaa77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaa77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 170, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 170, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaa77; background: linear-gradient(135deg, #ccaa77, #B5CC77);