#3b3113
a deep, vivid yellow · cool · closest name: darkslategray
RGB
59, 49, 19
HSL
45°, 51%, 15%
CMYK
0, 17, 68, 77
Luminance
0.0317
Every format
| HEX | #3b3113 |
| RGB | rgb(59, 49, 19) |
| HSL | hsl(45, 51%, 15%) |
| CMYK | cmyk(0%, 17%, 68%, 77%) |
| LAB | lab(20.7 0.1 20.5) |
| LCH | lch(20.7 20.5 89.8) |
| OKLCH | oklch(0.317 0.048 91.1) |
Copy-ready code
/* CSS */
color: #3b3113;
background-color: #3b3113;
/* Tailwind (arbitrary) */
class="text-[#3b3113] bg-[#3b3113]"
/* SCSS */
$brand: #3b3113;
/* SwiftUI */
Color(red: 0.231, green: 0.192, blue: 0.075)
/* Android */
Color.parseColor("#3b3113")Accessibility — WCAG contrast
Aa
#3b3113 on white: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b3113 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green19.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow67.8%
Key (black)76.9%
Color previews
#3b3113 text on a black background
contrast 1.63:1
Card sample
#3b3113 text on a white background
contrast 12.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b3113;
Background color
Panel with #3b3113 background
background-color: #3b3113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b3113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 49, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 49, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b3113; background: linear-gradient(135deg, #3b3113, #2A3B13);