#362c13
a deep, vivid yellow · warm · closest name: black
RGB
54, 44, 19
HSL
43°, 48%, 14%
CMYK
0, 19, 65, 79
Luminance
0.0263
Every format
| HEX | #362c13 |
| RGB | rgb(54, 44, 19) |
| HSL | hsl(43, 48%, 14%) |
| CMYK | cmyk(0%, 19%, 65%, 79%) |
| LAB | lab(18.5 0.7 17.8) |
| LCH | lch(18.5 17.8 87.6) |
| OKLCH | oklch(0.298 0.042 88.0) |
Copy-ready code
/* CSS */
color: #362c13;
background-color: #362c13;
/* Tailwind (arbitrary) */
class="text-[#362c13] bg-[#362c13]"
/* SCSS */
$brand: #362c13;
/* SwiftUI */
Color(red: 0.212, green: 0.173, blue: 0.075)
/* Android */
Color.parseColor("#362c13")Accessibility — WCAG contrast
Aa
#362c13 on white: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#362c13 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green17.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta18.5%
Yellow64.8%
Key (black)78.8%
Color previews
#362c13 text on a black background
contrast 1.53:1
Card sample
#362c13 text on a white background
contrast 13.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #362c13;
Background color
Panel with #362c13 background
background-color: #362c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #362c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 44, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 44, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #362c13; background: linear-gradient(135deg, #362c13, #293613);