#363029
a deep, muted orange · warm · closest name: darkslategray
RGB
54, 48, 41
HSL
32°, 14%, 19%
CMYK
0, 11, 24, 79
Luminance
0.0306
Every format
| HEX | #363029 |
| RGB | rgb(54, 48, 41) |
| HSL | hsl(32, 14%, 19%) |
| CMYK | cmyk(0%, 11%, 24%, 79%) |
| LAB | lab(20.3 1.3 5.5) |
| LCH | lch(20.3 5.6 76.9) |
| OKLCH | oklch(0.313 0.015 71.5) |
Copy-ready code
/* CSS */
color: #363029;
background-color: #363029;
/* Tailwind (arbitrary) */
class="text-[#363029] bg-[#363029]"
/* SCSS */
$brand: #363029;
/* SwiftUI */
Color(red: 0.212, green: 0.188, blue: 0.161)
/* Android */
Color.parseColor("#363029")Accessibility — WCAG contrast
Aa
#363029 on white: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#363029 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green18.8%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow24.1%
Key (black)78.8%
Color previews
#363029 text on a black background
contrast 1.61:1
Card sample
#363029 text on a white background
contrast 13.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #363029;
Background color
Panel with #363029 background
background-color: #363029;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #363029;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 48, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 48, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #363029; background: linear-gradient(135deg, #363029, #333629);