#cc613f
a balanced, vivid red · warm · closest name: sienna
RGB
204, 97, 63
HSL
15°, 58%, 52%
CMYK
0, 53, 69, 20
Luminance
0.2175
Every format
| HEX | #cc613f |
| RGB | rgb(204, 97, 63) |
| HSL | hsl(15, 58%, 52%) |
| CMYK | cmyk(0%, 53%, 69%, 20%) |
| LAB | lab(53.8 40.0 39.0) |
| LCH | lch(53.8 55.9 44.2) |
| OKLCH | oklch(0.617 0.145 38.1) |
Copy-ready code
/* CSS */
color: #cc613f;
background-color: #cc613f;
/* Tailwind (arbitrary) */
class="text-[#cc613f] bg-[#cc613f]"
/* SCSS */
$brand: #cc613f;
/* SwiftUI */
Color(red: 0.800, green: 0.380, blue: 0.247)
/* Android */
Color.parseColor("#cc613f")Accessibility — WCAG contrast
Aa
#cc613f on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc613f on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green38.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow69.1%
Key (black)20.0%
Color previews
#cc613f text on a black background
contrast 5.35:1
Card sample
#cc613f text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc613f;
Background color
Panel with #cc613f background
background-color: #cc613f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc613f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 97, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 97, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc613f; background: linear-gradient(135deg, #cc613f, #CCBF3F);