#cca592
a light, soft orange · warm · closest name: tan
RGB
204, 165, 146
HSL
20°, 36%, 69%
CMYK
0, 19, 28, 20
Luminance
0.4182
Every format
| HEX | #cca592 |
| RGB | rgb(204, 165, 146) |
| HSL | hsl(20, 36%, 69%) |
| CMYK | cmyk(0%, 19%, 28%, 20%) |
| LAB | lab(70.8 11.5 15.3) |
| LCH | lch(70.8 19.1 52.9) |
| OKLCH | oklch(0.752 0.053 47.4) |
Copy-ready code
/* CSS */
color: #cca592;
background-color: #cca592;
/* Tailwind (arbitrary) */
class="text-[#cca592] bg-[#cca592]"
/* SCSS */
$brand: #cca592;
/* SwiftUI */
Color(red: 0.800, green: 0.647, blue: 0.573)
/* Android */
Color.parseColor("#cca592")Accessibility — WCAG contrast
Aa
#cca592 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cca592 on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green64.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow28.4%
Key (black)20.0%
Color previews
#cca592 text on a black background
contrast 9.36:1
Card sample
#cca592 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cca592;
Background color
Panel with #cca592 background
background-color: #cca592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cca592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 165, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 165, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cca592; background: linear-gradient(135deg, #cca592, #CCCC92);