#ce830b
a dark, electric orange · warm · closest name: peru
RGB
206, 131, 11
HSL
37°, 90%, 43%
CMYK
0, 36, 95, 19
Luminance
0.2938
Every format
| HEX | #ce830b |
| RGB | rgb(206, 131, 11) |
| HSL | hsl(37, 90%, 43%) |
| CMYK | cmyk(0%, 36%, 95%, 19%) |
| LAB | lab(61.1 21.3 65.3) |
| LCH | lch(61.1 68.7 72.0) |
| OKLCH | oklch(0.673 0.144 69.2) |
Copy-ready code
/* CSS */
color: #ce830b;
background-color: #ce830b;
/* Tailwind (arbitrary) */
class="text-[#ce830b] bg-[#ce830b]"
/* SCSS */
$brand: #ce830b;
/* SwiftUI */
Color(red: 0.808, green: 0.514, blue: 0.043)
/* Android */
Color.parseColor("#ce830b")Accessibility — WCAG contrast
Aa
#ce830b on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce830b on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green51.4%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta36.4%
Yellow94.7%
Key (black)19.2%
Color previews
#ce830b text on a black background
contrast 6.88:1
Card sample
#ce830b text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce830b;
Background color
Panel with #ce830b background
background-color: #ce830b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce830b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 131, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 131, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce830b; background: linear-gradient(135deg, #ce830b, #97CE0B);