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