#cc9944
a balanced, vivid orange · warm · closest name: peru
RGB
204, 153, 68
HSL
38°, 57%, 53%
CMYK
0, 25, 67, 20
Luminance
0.3604
Every format
| HEX | #cc9944 |
| RGB | rgb(204, 153, 68) |
| HSL | hsl(38, 57%, 53%) |
| CMYK | cmyk(0%, 25%, 67%, 20%) |
| LAB | lab(66.5 10.4 50.7) |
| LCH | lch(66.5 51.8 78.4) |
| OKLCH | oklch(0.716 0.118 77.5) |
Copy-ready code
/* CSS */
color: #cc9944;
background-color: #cc9944;
/* Tailwind (arbitrary) */
class="text-[#cc9944] bg-[#cc9944]"
/* SCSS */
$brand: #cc9944;
/* SwiftUI */
Color(red: 0.800, green: 0.600, blue: 0.267)
/* Android */
Color.parseColor("#cc9944")Accessibility — WCAG contrast
Aa
#cc9944 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc9944 on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green60.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow66.7%
Key (black)20.0%
Color previews
#cc9944 text on a black background
contrast 8.21:1
Card sample
#cc9944 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc9944;
Background color
Panel with #cc9944 background
background-color: #cc9944;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc9944;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 153, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 153, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc9944; background: linear-gradient(135deg, #cc9944, #A4CC44);