#cf8908
a dark, electric orange · warm · closest name: orange
RGB
207, 137, 8
HSL
39°, 93%, 42%
CMYK
0, 34, 96, 19
Luminance
0.3117
Every format
| HEX | #cf8908 |
| RGB | rgb(207, 137, 8) |
| HSL | hsl(39, 93%, 42%) |
| CMYK | cmyk(0%, 34%, 96%, 19%) |
| LAB | lab(62.7 18.4 66.9) |
| LCH | lch(62.7 69.4 74.6) |
| OKLCH | oklch(0.685 0.144 72.8) |
Copy-ready code
/* CSS */
color: #cf8908;
background-color: #cf8908;
/* Tailwind (arbitrary) */
class="text-[#cf8908] bg-[#cf8908]"
/* SCSS */
$brand: #cf8908;
/* SwiftUI */
Color(red: 0.812, green: 0.537, blue: 0.031)
/* Android */
Color.parseColor("#cf8908")Accessibility — WCAG contrast
Aa
#cf8908 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8908 on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green53.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow96.1%
Key (black)18.8%
Color previews
#cf8908 text on a black background
contrast 7.23:1
Card sample
#cf8908 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8908;
Background color
Panel with #cf8908 background
background-color: #cf8908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 137, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 137, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8908; background: linear-gradient(135deg, #cf8908, #90CF08);