#352413
a deep, vivid orange · warm · closest name: black
RGB
53, 36, 19
HSL
30°, 47%, 14%
CMYK
0, 32, 64, 79
Luminance
0.0207
Every format
| HEX | #352413 |
| RGB | rgb(53, 36, 19) |
| HSL | hsl(30, 47%, 14%) |
| CMYK | cmyk(0%, 32%, 64%, 79%) |
| LAB | lab(15.8 5.7 14.4) |
| LCH | lch(15.8 15.5 68.6) |
| OKLCH | oklch(0.277 0.038 65.1) |
Copy-ready code
/* CSS */
color: #352413;
background-color: #352413;
/* Tailwind (arbitrary) */
class="text-[#352413] bg-[#352413]"
/* SCSS */
$brand: #352413;
/* SwiftUI */
Color(red: 0.208, green: 0.141, blue: 0.075)
/* Android */
Color.parseColor("#352413")Accessibility — WCAG contrast
Aa
#352413 on white: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352413 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green14.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta32.1%
Yellow64.2%
Key (black)79.2%
Color previews
#352413 text on a black background
contrast 1.41:1
Card sample
#352413 text on a white background
contrast 14.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352413;
Background color
Panel with #352413 background
background-color: #352413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 36, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 36, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352413; background: linear-gradient(135deg, #352413, #2F3513);