#352813
a deep, vivid orange · warm · closest name: black
RGB
53, 40, 19
HSL
37°, 47%, 14%
CMYK
0, 25, 64, 79
Luminance
0.0232
Every format
| HEX | #352813 |
| RGB | rgb(53, 40, 19) |
| HSL | hsl(37, 47%, 14%) |
| CMYK | cmyk(0%, 25%, 64%, 79%) |
| LAB | lab(17.1 2.9 16.0) |
| LCH | lch(17.1 16.3 79.7) |
| OKLCH | oklch(0.286 0.039 78.2) |
Copy-ready code
/* CSS */
color: #352813;
background-color: #352813;
/* Tailwind (arbitrary) */
class="text-[#352813] bg-[#352813]"
/* SCSS */
$brand: #352813;
/* SwiftUI */
Color(red: 0.208, green: 0.157, blue: 0.075)
/* Android */
Color.parseColor("#352813")Accessibility — WCAG contrast
Aa
#352813 on white: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352813 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green15.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow64.2%
Key (black)79.2%
Color previews
#352813 text on a black background
contrast 1.46:1
Card sample
#352813 text on a white background
contrast 14.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352813;
Background color
Panel with #352813 background
background-color: #352813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 40, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 40, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352813; background: linear-gradient(135deg, #352813, #2B3513);