#cc7755
a balanced, vivid orange · warm · closest name: sienna
RGB
204, 119, 85
HSL
17°, 54%, 57%
CMYK
0, 42, 58, 20
Luminance
0.2669
Every format
| HEX | #cc7755 |
| RGB | rgb(204, 119, 85) |
| HSL | hsl(17, 54%, 57%) |
| CMYK | cmyk(0%, 42%, 58%, 20%) |
| LAB | lab(58.7 30.0 32.9) |
| LCH | lch(58.7 44.5 47.6) |
| OKLCH | oklch(0.655 0.117 42.2) |
Copy-ready code
/* CSS */
color: #cc7755;
background-color: #cc7755;
/* Tailwind (arbitrary) */
class="text-[#cc7755] bg-[#cc7755]"
/* SCSS */
$brand: #cc7755;
/* SwiftUI */
Color(red: 0.800, green: 0.467, blue: 0.333)
/* Android */
Color.parseColor("#cc7755")Accessibility — WCAG contrast
Aa
#cc7755 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc7755 on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green46.7%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow58.3%
Key (black)20.0%
Color previews
#cc7755 text on a black background
contrast 6.34:1
Card sample
#cc7755 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7755;
Background color
Panel with #cc7755 background
background-color: #cc7755;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7755;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 119, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 119, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7755; background: linear-gradient(135deg, #cc7755, #CCC655);