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