#cd680f
a dark, electric orange · warm · closest name: chocolate
RGB
205, 104, 15
HSL
28°, 86%, 43%
CMYK
0, 49, 93, 20
Luminance
0.2291
Every format
| HEX | #cd680f |
| RGB | rgb(205, 104, 15) |
| HSL | hsl(28, 86%, 43%) |
| CMYK | cmyk(0%, 49%, 93%, 20%) |
| LAB | lab(55.0 35.3 60.1) |
| LCH | lch(55.0 69.7 59.6) |
| OKLCH | oklch(0.625 0.154 53.0) |
Copy-ready code
/* CSS */
color: #cd680f;
background-color: #cd680f;
/* Tailwind (arbitrary) */
class="text-[#cd680f] bg-[#cd680f]"
/* SCSS */
$brand: #cd680f;
/* SwiftUI */
Color(red: 0.804, green: 0.408, blue: 0.059)
/* Android */
Color.parseColor("#cd680f")Accessibility — WCAG contrast
Aa
#cd680f on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd680f on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green40.8%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow92.7%
Key (black)19.6%
Color previews
#cd680f text on a black background
contrast 5.58:1
Card sample
#cd680f text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd680f;
Background color
Panel with #cd680f background
background-color: #cd680f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd680f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 104, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 104, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd680f; background: linear-gradient(135deg, #cd680f, #B3CD0F);