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