#cd6f0f
a dark, electric orange · warm · closest name: chocolate
RGB
205, 111, 15
HSL
30°, 86%, 43%
CMYK
0, 46, 93, 20
Luminance
0.2438
Every format
| HEX | #cd6f0f |
| RGB | rgb(205, 111, 15) |
| HSL | hsl(30, 86%, 43%) |
| CMYK | cmyk(0%, 46%, 93%, 20%) |
| LAB | lab(56.5 31.6 61.2) |
| LCH | lch(56.5 68.9 62.7) |
| OKLCH | oklch(0.636 0.150 56.9) |
Copy-ready code
/* CSS */
color: #cd6f0f;
background-color: #cd6f0f;
/* Tailwind (arbitrary) */
class="text-[#cd6f0f] bg-[#cd6f0f]"
/* SCSS */
$brand: #cd6f0f;
/* SwiftUI */
Color(red: 0.804, green: 0.435, blue: 0.059)
/* Android */
Color.parseColor("#cd6f0f")Accessibility — WCAG contrast
Aa
#cd6f0f on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd6f0f on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green43.5%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow92.7%
Key (black)19.6%
Color previews
#cd6f0f text on a black background
contrast 5.88:1
Card sample
#cd6f0f text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6f0f;
Background color
Panel with #cd6f0f background
background-color: #cd6f0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6f0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 111, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 111, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6f0f; background: linear-gradient(135deg, #cd6f0f, #ACCD0F);