#cd4608
a dark, electric orange · warm · closest name: chocolate
RGB
205, 70, 8
HSL
19°, 93%, 42%
CMYK
0, 66, 96, 20
Luminance
0.1738
Every format
| HEX | #cd4608 |
| RGB | rgb(205, 70, 8) |
| HSL | hsl(19, 93%, 42%) |
| CMYK | cmyk(0%, 66%, 96%, 20%) |
| LAB | lab(48.7 51.3 57.6) |
| LCH | lch(48.7 77.2 48.3) |
| OKLCH | oklch(0.578 0.181 39.2) |
Copy-ready code
/* CSS */
color: #cd4608;
background-color: #cd4608;
/* Tailwind (arbitrary) */
class="text-[#cd4608] bg-[#cd4608]"
/* SCSS */
$brand: #cd4608;
/* SwiftUI */
Color(red: 0.804, green: 0.275, blue: 0.031)
/* Android */
Color.parseColor("#cd4608")Accessibility — WCAG contrast
Aa
#cd4608 on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd4608 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green27.5%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow96.1%
Key (black)19.6%
Color previews
#cd4608 text on a black background
contrast 4.48:1
Card sample
#cd4608 text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4608;
Background color
Panel with #cd4608 background
background-color: #cd4608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 70, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 70, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4608; background: linear-gradient(135deg, #cd4608, #CDCA08);