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