#372f06
a deep, electric yellow · cool · closest name: black
RGB
55, 47, 6
HSL
50°, 80%, 12%
CMYK
0, 15, 89, 78
Luminance
0.0286
Every format
| HEX | #372f06 |
| RGB | rgb(55, 47, 6) |
| HSL | hsl(50, 80%, 12%) |
| CMYK | cmyk(0%, 15%, 89%, 78%) |
| LAB | lab(19.5 -1.7 25.2) |
| LCH | lch(19.5 25.3 94.0) |
| OKLCH | oklch(0.305 0.058 97.7) |
Copy-ready code
/* CSS */
color: #372f06;
background-color: #372f06;
/* Tailwind (arbitrary) */
class="text-[#372f06] bg-[#372f06]"
/* SCSS */
$brand: #372f06;
/* SwiftUI */
Color(red: 0.216, green: 0.184, blue: 0.024)
/* Android */
Color.parseColor("#372f06")Accessibility — WCAG contrast
Aa
#372f06 on white: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#372f06 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green18.4%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow89.1%
Key (black)78.4%
Color previews
#372f06 text on a black background
contrast 1.57:1
Card sample
#372f06 text on a white background
contrast 13.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #372f06;
Background color
Panel with #372f06 background
background-color: #372f06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #372f06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 47, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 47, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #372f06; background: linear-gradient(135deg, #372f06, #1E3706);