#cc9344
a balanced, vivid orange · warm · closest name: peru
RGB
204, 147, 68
HSL
35°, 57%, 53%
CMYK
0, 28, 67, 20
Luminance
0.3412
Every format
| HEX | #cc9344 |
| RGB | rgb(204, 147, 68) |
| HSL | hsl(35, 57%, 53%) |
| CMYK | cmyk(0%, 28%, 67%, 20%) |
| LAB | lab(65.1 13.6 49.1) |
| LCH | lch(65.1 51.0 74.5) |
| OKLCH | oklch(0.704 0.117 72.6) |
Copy-ready code
/* CSS */
color: #cc9344;
background-color: #cc9344;
/* Tailwind (arbitrary) */
class="text-[#cc9344] bg-[#cc9344]"
/* SCSS */
$brand: #cc9344;
/* SwiftUI */
Color(red: 0.800, green: 0.576, blue: 0.267)
/* Android */
Color.parseColor("#cc9344")Accessibility — WCAG contrast
Aa
#cc9344 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc9344 on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green57.6%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta27.9%
Yellow66.7%
Key (black)20.0%
Color previews
#cc9344 text on a black background
contrast 7.82:1
Card sample
#cc9344 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc9344;
Background color
Panel with #cc9344 background
background-color: #cc9344;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc9344;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 147, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 147, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc9344; background: linear-gradient(135deg, #cc9344, #AACC44);