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