#352913
a deep, vivid orange · warm · closest name: black
RGB
53, 41, 19
HSL
39°, 47%, 14%
CMYK
0, 23, 64, 79
Luminance
0.0239
Every format
| HEX | #352913 |
| RGB | rgb(53, 41, 19) |
| HSL | hsl(39, 47%, 14%) |
| CMYK | cmyk(0%, 23%, 64%, 79%) |
| LAB | lab(17.4 2.2 16.4) |
| LCH | lch(17.4 16.6 82.3) |
| OKLCH | oklch(0.289 0.039 81.3) |
Copy-ready code
/* CSS */
color: #352913;
background-color: #352913;
/* Tailwind (arbitrary) */
class="text-[#352913] bg-[#352913]"
/* SCSS */
$brand: #352913;
/* SwiftUI */
Color(red: 0.208, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#352913")Accessibility — WCAG contrast
Aa
#352913 on white: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352913 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow64.2%
Key (black)79.2%
Color previews
#352913 text on a black background
contrast 1.48:1
Card sample
#352913 text on a white background
contrast 14.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352913;
Background color
Panel with #352913 background
background-color: #352913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352913; background: linear-gradient(135deg, #352913, #2A3513);