#cc6f55
a balanced, vivid red · warm · closest name: sienna
RGB
204, 111, 85
HSL
13°, 54%, 57%
CMYK
0, 46, 58, 20
Luminance
0.2486
Every format
| HEX | #cc6f55 |
| RGB | rgb(204, 111, 85) |
| HSL | hsl(13, 54%, 57%) |
| CMYK | cmyk(0%, 46%, 58%, 20%) |
| LAB | lab(56.9 34.3 30.7) |
| LCH | lch(56.9 46.0 41.9) |
| OKLCH | oklch(0.642 0.124 36.5) |
Copy-ready code
/* CSS */
color: #cc6f55;
background-color: #cc6f55;
/* Tailwind (arbitrary) */
class="text-[#cc6f55] bg-[#cc6f55]"
/* SCSS */
$brand: #cc6f55;
/* SwiftUI */
Color(red: 0.800, green: 0.435, blue: 0.333)
/* Android */
Color.parseColor("#cc6f55")Accessibility — WCAG contrast
Aa
#cc6f55 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc6f55 on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green43.5%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta45.6%
Yellow58.3%
Key (black)20.0%
Color previews
#cc6f55 text on a black background
contrast 5.97:1
Card sample
#cc6f55 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc6f55;
Background color
Panel with #cc6f55 background
background-color: #cc6f55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc6f55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 111, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 111, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc6f55; background: linear-gradient(135deg, #cc6f55, #CCBE55);