#cd613f
a balanced, vivid red · warm · closest name: sienna
RGB
205, 97, 63
HSL
14°, 59%, 53%
CMYK
0, 53, 69, 20
Luminance
0.2189
Every format
| HEX | #cd613f |
| RGB | rgb(205, 97, 63) |
| HSL | hsl(14, 59%, 53%) |
| CMYK | cmyk(0%, 53%, 69%, 20%) |
| LAB | lab(53.9 40.4 39.2) |
| LCH | lch(53.9 56.3 44.1) |
| OKLCH | oklch(0.618 0.146 38.0) |
Copy-ready code
/* CSS */
color: #cd613f;
background-color: #cd613f;
/* Tailwind (arbitrary) */
class="text-[#cd613f] bg-[#cd613f]"
/* SCSS */
$brand: #cd613f;
/* SwiftUI */
Color(red: 0.804, green: 0.380, blue: 0.247)
/* Android */
Color.parseColor("#cd613f")Accessibility — WCAG contrast
Aa
#cd613f on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd613f on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green38.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta52.7%
Yellow69.3%
Key (black)19.6%
Color previews
#cd613f text on a black background
contrast 5.38:1
Card sample
#cd613f text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd613f;
Background color
Panel with #cd613f background
background-color: #cd613f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd613f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 97, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 97, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd613f; background: linear-gradient(135deg, #cd613f, #CDC03F);