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