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