#3b3602
a deep, electric yellow · cool · closest name: darkslategray
RGB
59, 54, 2
HSL
55°, 93%, 12%
CMYK
0, 9, 97, 77
Luminance
0.0357
Every format
| HEX | #3b3602 |
| RGB | rgb(59, 54, 2) |
| HSL | hsl(55, 93%, 12%) |
| CMYK | cmyk(0%, 9%, 97%, 77%) |
| LAB | lab(22.2 -4.3 30.0) |
| LCH | lch(22.2 30.3 98.3) |
| OKLCH | oklch(0.328 0.068 103.6) |
Copy-ready code
/* CSS */
color: #3b3602;
background-color: #3b3602;
/* Tailwind (arbitrary) */
class="text-[#3b3602] bg-[#3b3602]"
/* SCSS */
$brand: #3b3602;
/* SwiftUI */
Color(red: 0.231, green: 0.212, blue: 0.008)
/* Android */
Color.parseColor("#3b3602")Accessibility — WCAG contrast
Aa
#3b3602 on white: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b3602 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green21.2%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow96.6%
Key (black)76.9%
Color previews
#3b3602 text on a black background
contrast 1.71:1
Card sample
#3b3602 text on a white background
contrast 12.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b3602;
Background color
Panel with #3b3602 background
background-color: #3b3602;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b3602;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 54, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 54, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b3602; background: linear-gradient(135deg, #3b3602, #1A3B02);