#832607
a dark, electric orange · warm · closest name: maroon
RGB
131, 38, 7
HSL
15°, 90%, 27%
CMYK
0, 71, 95, 49
Luminance
0.0623
Every format
| HEX | #832607 |
| RGB | rgb(131, 38, 7) |
| HSL | hsl(15, 90%, 27%) |
| CMYK | cmyk(0%, 71%, 95%, 49%) |
| LAB | lab(30.0 38.6 39.2) |
| LCH | lch(30.0 55.0 45.5) |
| OKLCH | oklch(0.411 0.133 36.6) |
Copy-ready code
/* CSS */
color: #832607;
background-color: #832607;
/* Tailwind (arbitrary) */
class="text-[#832607] bg-[#832607]"
/* SCSS */
$brand: #832607;
/* SwiftUI */
Color(red: 0.514, green: 0.149, blue: 0.027)
/* Android */
Color.parseColor("#832607")Accessibility — WCAG contrast
Aa
#832607 on white: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#832607 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green14.9%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta71.0%
Yellow94.7%
Key (black)48.6%
Color previews
#832607 text on a black background
contrast 2.25:1
Card sample
#832607 text on a white background
contrast 9.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #832607;
Background color
Panel with #832607 background
background-color: #832607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #832607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 38, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 38, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #832607; background: linear-gradient(135deg, #832607, #837907);