#cc9133
a balanced, vivid orange · warm · closest name: peru
RGB
204, 145, 51
HSL
37°, 60%, 50%
CMYK
0, 29, 75, 20
Luminance
0.3333
Every format
| HEX | #cc9133 |
| RGB | rgb(204, 145, 51) |
| HSL | hsl(37, 60%, 50%) |
| CMYK | cmyk(0%, 29%, 75%, 20%) |
| LAB | lab(64.4 13.8 56.0) |
| LCH | lch(64.4 57.7 76.1) |
| OKLCH | oklch(0.698 0.128 74.8) |
Copy-ready code
/* CSS */
color: #cc9133;
background-color: #cc9133;
/* Tailwind (arbitrary) */
class="text-[#cc9133] bg-[#cc9133]"
/* SCSS */
$brand: #cc9133;
/* SwiftUI */
Color(red: 0.800, green: 0.569, blue: 0.200)
/* Android */
Color.parseColor("#cc9133")Accessibility — WCAG contrast
Aa
#cc9133 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc9133 on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green56.9%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow75.0%
Key (black)20.0%
Color previews
#cc9133 text on a black background
contrast 7.67:1
Card sample
#cc9133 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc9133;
Background color
Panel with #cc9133 background
background-color: #cc9133;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc9133;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 145, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 145, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc9133; background: linear-gradient(135deg, #cc9133, #A1CC33);