#ccaa88
a light, soft orange · warm · closest name: tan
RGB
204, 170, 136
HSL
30°, 40%, 67%
CMYK
0, 17, 33, 20
Luminance
0.4336
Every format
| HEX | #ccaa88 |
| RGB | rgb(204, 170, 136) |
| HSL | hsl(30, 40%, 67%) |
| CMYK | cmyk(0%, 17%, 33%, 20%) |
| LAB | lab(71.8 7.5 22.2) |
| LCH | lch(71.8 23.4 71.3) |
| OKLCH | oklch(0.760 0.061 66.7) |
Copy-ready code
/* CSS */
color: #ccaa88;
background-color: #ccaa88;
/* Tailwind (arbitrary) */
class="text-[#ccaa88] bg-[#ccaa88]"
/* SCSS */
$brand: #ccaa88;
/* SwiftUI */
Color(red: 0.800, green: 0.667, blue: 0.533)
/* Android */
Color.parseColor("#ccaa88")Accessibility — WCAG contrast
Aa
#ccaa88 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaa88 on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green66.7%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow33.3%
Key (black)20.0%
Color previews
#ccaa88 text on a black background
contrast 9.67:1
Card sample
#ccaa88 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaa88;
Background color
Panel with #ccaa88 background
background-color: #ccaa88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaa88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 170, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 170, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaa88; background: linear-gradient(135deg, #ccaa88, #C1CC88);