#cd6e13
a dark, electric orange · warm · closest name: chocolate
RGB
205, 110, 19
HSL
29°, 83%, 44%
CMYK
0, 46, 91, 20
Luminance
0.2418
Every format
| HEX | #cd6e13 |
| RGB | rgb(205, 110, 19) |
| HSL | hsl(29, 83%, 44%) |
| CMYK | cmyk(0%, 46%, 91%, 20%) |
| LAB | lab(56.3 32.2 60.1) |
| LCH | lch(56.3 68.2 61.8) |
| OKLCH | oklch(0.635 0.150 56.0) |
Copy-ready code
/* CSS */
color: #cd6e13;
background-color: #cd6e13;
/* Tailwind (arbitrary) */
class="text-[#cd6e13] bg-[#cd6e13]"
/* SCSS */
$brand: #cd6e13;
/* SwiftUI */
Color(red: 0.804, green: 0.431, blue: 0.075)
/* Android */
Color.parseColor("#cd6e13")Accessibility — WCAG contrast
Aa
#cd6e13 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd6e13 on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green43.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta46.3%
Yellow90.7%
Key (black)19.6%
Color previews
#cd6e13 text on a black background
contrast 5.84:1
Card sample
#cd6e13 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6e13;
Background color
Panel with #cd6e13 background
background-color: #cd6e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 110, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 110, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6e13; background: linear-gradient(135deg, #cd6e13, #B0CD13);