#cf6000
a dark, electric orange · warm · closest name: chocolate
RGB
207, 96, 0
HSL
28°, 100%, 41%
CMYK
0, 54, 100, 19
Luminance
0.2163
Every format
| HEX | #cf6000 |
| RGB | rgb(207, 96, 0) |
| HSL | hsl(28, 100%, 41%) |
| CMYK | cmyk(0%, 54%, 100%, 19%) |
| LAB | lab(53.6 40.0 62.5) |
| LCH | lch(53.6 74.2 57.4) |
| OKLCH | oklch(0.615 0.163 49.7) |
Copy-ready code
/* CSS */
color: #cf6000;
background-color: #cf6000;
/* Tailwind (arbitrary) */
class="text-[#cf6000] bg-[#cf6000]"
/* SCSS */
$brand: #cf6000;
/* SwiftUI */
Color(red: 0.812, green: 0.376, blue: 0.000)
/* Android */
Color.parseColor("#cf6000")Accessibility — WCAG contrast
Aa
#cf6000 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6000 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green37.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow100.0%
Key (black)18.8%
Color previews
#cf6000 text on a black background
contrast 5.33:1
Card sample
#cf6000 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6000;
Background color
Panel with #cf6000 background
background-color: #cf6000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 96, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 96, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6000; background: linear-gradient(135deg, #cf6000, #B4CF00);