#cf8317
a balanced, electric orange · warm · closest name: peru
RGB
207, 131, 23
HSL
35°, 80%, 45%
CMYK
0, 37, 89, 19
Luminance
0.2956
Every format
| HEX | #cf8317 |
| RGB | rgb(207, 131, 23) |
| HSL | hsl(35, 80%, 45%) |
| CMYK | cmyk(0%, 37%, 89%, 19%) |
| LAB | lab(61.3 21.9 63.0) |
| LCH | lch(61.3 66.6 70.8) |
| OKLCH | oklch(0.674 0.142 67.8) |
Copy-ready code
/* CSS */
color: #cf8317;
background-color: #cf8317;
/* Tailwind (arbitrary) */
class="text-[#cf8317] bg-[#cf8317]"
/* SCSS */
$brand: #cf8317;
/* SwiftUI */
Color(red: 0.812, green: 0.514, blue: 0.090)
/* Android */
Color.parseColor("#cf8317")Accessibility — WCAG contrast
Aa
#cf8317 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf8317 on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.4%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta36.7%
Yellow88.9%
Key (black)18.8%
Color previews
#cf8317 text on a black background
contrast 6.91:1
Card sample
#cf8317 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8317;
Background color
Panel with #cf8317 background
background-color: #cf8317;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8317;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 131, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 131, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8317; background: linear-gradient(135deg, #cf8317, #A0CF17);