#cc6644
a balanced, vivid orange · warm · closest name: sienna
RGB
204, 102, 68
HSL
15°, 57%, 53%
CMYK
0, 50, 67, 20
Luminance
0.2276
Every format
| HEX | #cc6644 |
| RGB | rgb(204, 102, 68) |
| HSL | hsl(15, 57%, 53%) |
| CMYK | cmyk(0%, 50%, 67%, 20%) |
| LAB | lab(54.8 37.8 37.5) |
| LCH | lch(54.8 53.2 44.8) |
| OKLCH | oklch(0.625 0.138 38.9) |
Copy-ready code
/* CSS */
color: #cc6644;
background-color: #cc6644;
/* Tailwind (arbitrary) */
class="text-[#cc6644] bg-[#cc6644]"
/* SCSS */
$brand: #cc6644;
/* SwiftUI */
Color(red: 0.800, green: 0.400, blue: 0.267)
/* Android */
Color.parseColor("#cc6644")Accessibility — WCAG contrast
Aa
#cc6644 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc6644 on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green40.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow66.7%
Key (black)20.0%
Color previews
#cc6644 text on a black background
contrast 5.55:1
Card sample
#cc6644 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc6644;
Background color
Panel with #cc6644 background
background-color: #cc6644;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc6644;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 102, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 102, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc6644; background: linear-gradient(135deg, #cc6644, #CCC144);