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