#372b06
a deep, electric yellow · cool · closest name: black
RGB
55, 43, 6
HSL
45°, 80%, 12%
CMYK
0, 22, 89, 78
Luminance
0.0255
Every format
| HEX | #372b06 |
| RGB | rgb(55, 43, 6) |
| HSL | hsl(45, 80%, 12%) |
| CMYK | cmyk(0%, 22%, 89%, 78%) |
| LAB | lab(18.2 0.9 23.7) |
| LCH | lch(18.2 23.7 87.8) |
| OKLCH | oklch(0.295 0.054 90.1) |
Copy-ready code
/* CSS */
color: #372b06;
background-color: #372b06;
/* Tailwind (arbitrary) */
class="text-[#372b06] bg-[#372b06]"
/* SCSS */
$brand: #372b06;
/* SwiftUI */
Color(red: 0.216, green: 0.169, blue: 0.024)
/* Android */
Color.parseColor("#372b06")Accessibility — WCAG contrast
Aa
#372b06 on white: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#372b06 on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green16.9%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow89.1%
Key (black)78.4%
Color previews
#372b06 text on a black background
contrast 1.51:1
Card sample
#372b06 text on a white background
contrast 13.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #372b06;
Background color
Panel with #372b06 background
background-color: #372b06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #372b06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 43, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 43, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #372b06; background: linear-gradient(135deg, #372b06, #223706);