#3b2f0b
a deep, vivid yellow · cool · closest name: black
RGB
59, 47, 11
HSL
45°, 69%, 14%
CMYK
0, 20, 81, 77
Luminance
0.0299
Every format
| HEX | #3b2f0b |
| RGB | rgb(59, 47, 11) |
| HSL | hsl(45, 69%, 14%) |
| CMYK | cmyk(0%, 20%, 81%, 77%) |
| LAB | lab(20.0 0.8 23.9) |
| LCH | lch(20.0 23.9 88.2) |
| OKLCH | oklch(0.311 0.054 90.1) |
Copy-ready code
/* CSS */
color: #3b2f0b;
background-color: #3b2f0b;
/* Tailwind (arbitrary) */
class="text-[#3b2f0b] bg-[#3b2f0b]"
/* SCSS */
$brand: #3b2f0b;
/* SwiftUI */
Color(red: 0.231, green: 0.184, blue: 0.043)
/* Android */
Color.parseColor("#3b2f0b")Accessibility — WCAG contrast
Aa
#3b2f0b on white: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b2f0b on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green18.4%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow81.4%
Key (black)76.9%
Color previews
#3b2f0b text on a black background
contrast 1.60:1
Card sample
#3b2f0b text on a white background
contrast 13.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b2f0b;
Background color
Panel with #3b2f0b background
background-color: #3b2f0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b2f0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 47, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 47, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b2f0b; background: linear-gradient(135deg, #3b2f0b, #273B0B);