#cf8300
a dark, electric orange · warm · closest name: orange
RGB
207, 131, 0
HSL
38°, 100%, 41%
CMYK
0, 37, 100, 19
Luminance
0.2950
Every format
| HEX | #cf8300 |
| RGB | rgb(207, 131, 0) |
| HSL | hsl(38, 100%, 41%) |
| CMYK | cmyk(0%, 37%, 100%, 19%) |
| LAB | lab(61.2 21.6 67.2) |
| LCH | lch(61.2 70.5 72.2) |
| OKLCH | oklch(0.674 0.146 69.4) |
Copy-ready code
/* CSS */
color: #cf8300;
background-color: #cf8300;
/* Tailwind (arbitrary) */
class="text-[#cf8300] bg-[#cf8300]"
/* SCSS */
$brand: #cf8300;
/* SwiftUI */
Color(red: 0.812, green: 0.514, blue: 0.000)
/* Android */
Color.parseColor("#cf8300")Accessibility — WCAG contrast
Aa
#cf8300 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf8300 on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta36.7%
Yellow100.0%
Key (black)18.8%
Color previews
#cf8300 text on a black background
contrast 6.90:1
Card sample
#cf8300 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8300;
Background color
Panel with #cf8300 background
background-color: #cf8300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 131, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 131, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8300; background: linear-gradient(135deg, #cf8300, #91CF00);