#cf7517
a balanced, electric orange · warm · closest name: chocolate
RGB
207, 117, 23
HSL
31°, 80%, 45%
CMYK
0, 44, 89, 19
Luminance
0.2605
Every format
| HEX | #cf7517 |
| RGB | rgb(207, 117, 23) |
| HSL | hsl(31, 80%, 45%) |
| CMYK | cmyk(0%, 44%, 89%, 19%) |
| LAB | lab(58.1 29.4 60.5) |
| LCH | lch(58.1 67.3 64.1) |
| OKLCH | oklch(0.649 0.147 59.0) |
Copy-ready code
/* CSS */
color: #cf7517;
background-color: #cf7517;
/* Tailwind (arbitrary) */
class="text-[#cf7517] bg-[#cf7517]"
/* SCSS */
$brand: #cf7517;
/* SwiftUI */
Color(red: 0.812, green: 0.459, blue: 0.090)
/* Android */
Color.parseColor("#cf7517")Accessibility — WCAG contrast
Aa
#cf7517 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7517 on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.9%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow88.9%
Key (black)18.8%
Color previews
#cf7517 text on a black background
contrast 6.21:1
Card sample
#cf7517 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7517;
Background color
Panel with #cf7517 background
background-color: #cf7517;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7517;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 117, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 117, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7517; background: linear-gradient(135deg, #cf7517, #AECF17);