#cf8510
a dark, electric orange · warm · closest name: peru
RGB
207, 133, 16
HSL
37°, 86%, 44%
CMYK
0, 36, 92, 19
Luminance
0.3008
Every format
| HEX | #cf8510 |
| RGB | rgb(207, 133, 16) |
| HSL | hsl(37, 86%, 44%) |
| CMYK | cmyk(0%, 36%, 92%, 19%) |
| LAB | lab(61.7 20.7 64.9) |
| LCH | lch(61.7 68.1 72.3) |
| OKLCH | oklch(0.678 0.144 69.7) |
Copy-ready code
/* CSS */
color: #cf8510;
background-color: #cf8510;
/* Tailwind (arbitrary) */
class="text-[#cf8510] bg-[#cf8510]"
/* SCSS */
$brand: #cf8510;
/* SwiftUI */
Color(red: 0.812, green: 0.522, blue: 0.063)
/* Android */
Color.parseColor("#cf8510")Accessibility — WCAG contrast
Aa
#cf8510 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8510 on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.2%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow92.3%
Key (black)18.8%
Color previews
#cf8510 text on a black background
contrast 7.02:1
Card sample
#cf8510 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8510;
Background color
Panel with #cf8510 background
background-color: #cf8510;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8510;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 133, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 133, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8510; background: linear-gradient(135deg, #cf8510, #99CF10);