#cf6d17
a balanced, electric orange · warm · closest name: chocolate
RGB
207, 109, 23
HSL
28°, 80%, 45%
CMYK
0, 47, 89, 19
Luminance
0.2426
Every format
| HEX | #cf6d17 |
| RGB | rgb(207, 109, 23) |
| HSL | hsl(28, 80%, 45%) |
| CMYK | cmyk(0%, 47%, 89%, 19%) |
| LAB | lab(56.4 33.6 59.1) |
| LCH | lch(56.4 68.0 60.4) |
| OKLCH | oklch(0.636 0.151 54.3) |
Copy-ready code
/* CSS */
color: #cf6d17;
background-color: #cf6d17;
/* Tailwind (arbitrary) */
class="text-[#cf6d17] bg-[#cf6d17]"
/* SCSS */
$brand: #cf6d17;
/* SwiftUI */
Color(red: 0.812, green: 0.427, blue: 0.090)
/* Android */
Color.parseColor("#cf6d17")Accessibility — WCAG contrast
Aa
#cf6d17 on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6d17 on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.7%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta47.3%
Yellow88.9%
Key (black)18.8%
Color previews
#cf6d17 text on a black background
contrast 5.85:1
Card sample
#cf6d17 text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6d17;
Background color
Panel with #cf6d17 background
background-color: #cf6d17;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6d17;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 109, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 109, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6d17; background: linear-gradient(135deg, #cf6d17, #B6CF17);