#cf8708
a dark, electric orange · warm · closest name: orange
RGB
207, 135, 8
HSL
38°, 93%, 42%
CMYK
0, 35, 96, 19
Luminance
0.3061
Every format
| HEX | #cf8708 |
| RGB | rgb(207, 135, 8) |
| HSL | hsl(38, 93%, 42%) |
| CMYK | cmyk(0%, 35%, 96%, 19%) |
| LAB | lab(62.2 19.5 66.5) |
| LCH | lch(62.2 69.3 73.7) |
| OKLCH | oklch(0.681 0.145 71.5) |
Copy-ready code
/* CSS */
color: #cf8708;
background-color: #cf8708;
/* Tailwind (arbitrary) */
class="text-[#cf8708] bg-[#cf8708]"
/* SCSS */
$brand: #cf8708;
/* SwiftUI */
Color(red: 0.812, green: 0.529, blue: 0.031)
/* Android */
Color.parseColor("#cf8708")Accessibility — WCAG contrast
Aa
#cf8708 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8708 on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.9%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow96.1%
Key (black)18.8%
Color previews
#cf8708 text on a black background
contrast 7.12:1
Card sample
#cf8708 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8708;
Background color
Panel with #cf8708 background
background-color: #cf8708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 135, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 135, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8708; background: linear-gradient(135deg, #cf8708, #92CF08);