#3b2306
a deep, electric orange · warm · closest name: black
RGB
59, 35, 6
HSL
33°, 82%, 13%
CMYK
0, 41, 90, 77
Luminance
0.0215
Every format
| HEX | #3b2306 |
| RGB | rgb(59, 35, 6) |
| HSL | hsl(33, 82%, 13%) |
| CMYK | cmyk(0%, 41%, 90%, 77%) |
| LAB | lab(16.2 8.5 21.4) |
| LCH | lch(16.2 23.1 68.3) |
| OKLCH | oklch(0.281 0.055 66.9) |
Copy-ready code
/* CSS */
color: #3b2306;
background-color: #3b2306;
/* Tailwind (arbitrary) */
class="text-[#3b2306] bg-[#3b2306]"
/* SCSS */
$brand: #3b2306;
/* SwiftUI */
Color(red: 0.231, green: 0.137, blue: 0.024)
/* Android */
Color.parseColor("#3b2306")Accessibility — WCAG contrast
Aa
#3b2306 on white: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b2306 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green13.7%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow89.8%
Key (black)76.9%
Color previews
#3b2306 text on a black background
contrast 1.43:1
Card sample
#3b2306 text on a white background
contrast 14.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b2306;
Background color
Panel with #3b2306 background
background-color: #3b2306;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b2306;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 35, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 35, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b2306; background: linear-gradient(135deg, #3b2306, #303B06);