#cd6708
a dark, electric orange · warm · closest name: chocolate
RGB
205, 103, 8
HSL
29°, 93%, 42%
CMYK
0, 50, 96, 20
Luminance
0.2270
Every format
| HEX | #cd6708 |
| RGB | rgb(205, 103, 8) |
| HSL | hsl(29, 93%, 42%) |
| CMYK | cmyk(0%, 50%, 96%, 20%) |
| LAB | lab(54.8 35.7 61.4) |
| LCH | lch(54.8 71.0 59.8) |
| OKLCH | oklch(0.623 0.156 53.1) |
Copy-ready code
/* CSS */
color: #cd6708;
background-color: #cd6708;
/* Tailwind (arbitrary) */
class="text-[#cd6708] bg-[#cd6708]"
/* SCSS */
$brand: #cd6708;
/* SwiftUI */
Color(red: 0.804, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#cd6708")Accessibility — WCAG contrast
Aa
#cd6708 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd6708 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green40.4%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow96.1%
Key (black)19.6%
Color previews
#cd6708 text on a black background
contrast 5.54:1
Card sample
#cd6708 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6708;
Background color
Panel with #cd6708 background
background-color: #cd6708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6708; background: linear-gradient(135deg, #cd6708, #B0CD08);