#cd6512
a dark, electric orange · warm · closest name: chocolate
RGB
205, 101, 18
HSL
27°, 84%, 44%
CMYK
0, 51, 91, 20
Luminance
0.2233
Every format
| HEX | #cd6512 |
| RGB | rgb(205, 101, 18) |
| HSL | hsl(27, 84%, 44%) |
| CMYK | cmyk(0%, 51%, 91%, 20%) |
| LAB | lab(54.4 36.9 59.0) |
| LCH | lch(54.4 69.5 58.0) |
| OKLCH | oklch(0.620 0.155 51.1) |
Copy-ready code
/* CSS */
color: #cd6512;
background-color: #cd6512;
/* Tailwind (arbitrary) */
class="text-[#cd6512] bg-[#cd6512]"
/* SCSS */
$brand: #cd6512;
/* SwiftUI */
Color(red: 0.804, green: 0.396, blue: 0.071)
/* Android */
Color.parseColor("#cd6512")Accessibility — WCAG contrast
Aa
#cd6512 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd6512 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green39.6%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta50.7%
Yellow91.2%
Key (black)19.6%
Color previews
#cd6512 text on a black background
contrast 5.47:1
Card sample
#cd6512 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6512;
Background color
Panel with #cd6512 background
background-color: #cd6512;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6512;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 101, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 101, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6512; background: linear-gradient(135deg, #cd6512, #B8CD12);