#3c1908
a deep, electric orange · warm · closest name: black
RGB
60, 25, 8
HSL
20°, 77%, 13%
CMYK
0, 58, 87, 77
Luminance
0.0167
Every format
| HEX | #3c1908 |
| RGB | rgb(60, 25, 8) |
| HSL | hsl(20, 77%, 13%) |
| CMYK | cmyk(0%, 58%, 87%, 77%) |
| LAB | lab(13.7 15.8 17.4) |
| LCH | lch(13.7 23.5 47.7) |
| OKLCH | oklch(0.262 0.061 44.6) |
Copy-ready code
/* CSS */
color: #3c1908;
background-color: #3c1908;
/* Tailwind (arbitrary) */
class="text-[#3c1908] bg-[#3c1908]"
/* SCSS */
$brand: #3c1908;
/* SwiftUI */
Color(red: 0.235, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#3c1908")Accessibility — WCAG contrast
Aa
#3c1908 on white: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c1908 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow86.7%
Key (black)76.5%
Color previews
#3c1908 text on a black background
contrast 1.33:1
Card sample
#3c1908 text on a white background
contrast 15.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c1908;
Background color
Panel with #3c1908 background
background-color: #3c1908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c1908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c1908; background: linear-gradient(135deg, #3c1908, #3C3C08);