#cca455
a balanced, vivid orange · warm · closest name: peru
RGB
204, 164, 85
HSL
40°, 54%, 57%
CMYK
0, 20, 58, 20
Luminance
0.4004
Every format
| HEX | #cca455 |
| RGB | rgb(204, 164, 85) |
| HSL | hsl(40, 54%, 57%) |
| CMYK | cmyk(0%, 20%, 58%, 20%) |
| LAB | lab(69.5 5.6 45.9) |
| LCH | lch(69.5 46.3 83.1) |
| OKLCH | oklch(0.739 0.108 82.7) |
Copy-ready code
/* CSS */
color: #cca455;
background-color: #cca455;
/* Tailwind (arbitrary) */
class="text-[#cca455] bg-[#cca455]"
/* SCSS */
$brand: #cca455;
/* SwiftUI */
Color(red: 0.800, green: 0.643, blue: 0.333)
/* Android */
Color.parseColor("#cca455")Accessibility — WCAG contrast
Aa
#cca455 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cca455 on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green64.3%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow58.3%
Key (black)20.0%
Color previews
#cca455 text on a black background
contrast 9.01:1
Card sample
#cca455 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cca455;
Background color
Panel with #cca455 background
background-color: #cca455;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cca455;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 164, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 164, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cca455; background: linear-gradient(135deg, #cca455, #A5CC55);