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