#3b1908
a deep, electric orange · warm · closest name: black
RGB
59, 25, 8
HSL
20°, 76%, 13%
CMYK
0, 58, 86, 77
Luminance
0.0164
Every format
| HEX | #3b1908 |
| RGB | rgb(59, 25, 8) |
| HSL | hsl(20, 76%, 13%) |
| CMYK | cmyk(0%, 58%, 86%, 77%) |
| LAB | lab(13.5 15.3 17.1) |
| LCH | lch(13.5 22.9 48.2) |
| OKLCH | oklch(0.260 0.060 45.2) |
Copy-ready code
/* CSS */
color: #3b1908;
background-color: #3b1908;
/* Tailwind (arbitrary) */
class="text-[#3b1908] bg-[#3b1908]"
/* SCSS */
$brand: #3b1908;
/* SwiftUI */
Color(red: 0.231, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#3b1908")Accessibility — WCAG contrast
Aa
#3b1908 on white: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b1908 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow86.4%
Key (black)76.9%
Color previews
#3b1908 text on a black background
contrast 1.33:1
Card sample
#3b1908 text on a white background
contrast 15.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b1908;
Background color
Panel with #3b1908 background
background-color: #3b1908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b1908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b1908; background: linear-gradient(135deg, #3b1908, #3B3B08);