#ccaa99
a light, soft orange · warm · closest name: tan
RGB
204, 170, 153
HSL
20°, 33%, 70%
CMYK
0, 17, 25, 20
Luminance
0.4389
Every format
| HEX | #ccaa99 |
| RGB | rgb(204, 170, 153) |
| HSL | hsl(20, 33%, 70%) |
| CMYK | cmyk(0%, 17%, 25%, 20%) |
| LAB | lab(72.2 9.8 13.4) |
| LCH | lch(72.2 16.6 53.8) |
| OKLCH | oklch(0.764 0.047 48.1) |
Copy-ready code
/* CSS */
color: #ccaa99;
background-color: #ccaa99;
/* Tailwind (arbitrary) */
class="text-[#ccaa99] bg-[#ccaa99]"
/* SCSS */
$brand: #ccaa99;
/* SwiftUI */
Color(red: 0.800, green: 0.667, blue: 0.600)
/* Android */
Color.parseColor("#ccaa99")Accessibility — WCAG contrast
Aa
#ccaa99 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaa99 on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green66.7%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow25.0%
Key (black)20.0%
Color previews
#ccaa99 text on a black background
contrast 9.78:1
Card sample
#ccaa99 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaa99;
Background color
Panel with #ccaa99 background
background-color: #ccaa99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaa99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 170, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 170, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaa99; background: linear-gradient(135deg, #ccaa99, #CCCC99);