#363021
a deep, soft yellow · warm · closest name: darkslategray
RGB
54, 48, 33
HSL
43°, 24%, 17%
CMYK
0, 11, 39, 79
Luminance
0.0301
Every format
| HEX | #363021 |
| RGB | rgb(54, 48, 33) |
| HSL | hsl(43, 24%, 17%) |
| CMYK | cmyk(0%, 11%, 39%, 79%) |
| LAB | lab(20.1 -0.1 10.6) |
| LCH | lch(20.1 10.6 90.6) |
| OKLCH | oklch(0.311 0.027 88.7) |
Copy-ready code
/* CSS */
color: #363021;
background-color: #363021;
/* Tailwind (arbitrary) */
class="text-[#363021] bg-[#363021]"
/* SCSS */
$brand: #363021;
/* SwiftUI */
Color(red: 0.212, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#363021")Accessibility — WCAG contrast
Aa
#363021 on white: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#363021 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow38.9%
Key (black)78.8%
Color previews
#363021 text on a black background
contrast 1.60:1
Card sample
#363021 text on a white background
contrast 13.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #363021;
Background color
Panel with #363021 background
background-color: #363021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #363021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #363021; background: linear-gradient(135deg, #363021, #2E3621);