#cc9155
a balanced, vivid orange · warm · closest name: peru
RGB
204, 145, 85
HSL
30°, 54%, 57%
CMYK
0, 29, 58, 20
Luminance
0.3374
Every format
| HEX | #cc9155 |
| RGB | rgb(204, 145, 85) |
| HSL | hsl(30, 54%, 57%) |
| CMYK | cmyk(0%, 29%, 58%, 20%) |
| LAB | lab(64.8 15.9 40.3) |
| LCH | lch(64.8 43.3 68.5) |
| OKLCH | oklch(0.702 0.105 65.1) |
Copy-ready code
/* CSS */
color: #cc9155;
background-color: #cc9155;
/* Tailwind (arbitrary) */
class="text-[#cc9155] bg-[#cc9155]"
/* SCSS */
$brand: #cc9155;
/* SwiftUI */
Color(red: 0.800, green: 0.569, blue: 0.333)
/* Android */
Color.parseColor("#cc9155")Accessibility — WCAG contrast
Aa
#cc9155 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc9155 on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green56.9%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow58.3%
Key (black)20.0%
Color previews
#cc9155 text on a black background
contrast 7.75:1
Card sample
#cc9155 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc9155;
Background color
Panel with #cc9155 background
background-color: #cc9155;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc9155;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 145, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 145, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc9155; background: linear-gradient(135deg, #cc9155, #B8CC55);