#352005
a deep, electric orange · warm · closest name: black
RGB
53, 32, 5
HSL
34°, 83%, 11%
CMYK
0, 40, 91, 79
Luminance
0.0180
Every format
| HEX | #352005 |
| RGB | rgb(53, 32, 5) |
| HSL | hsl(34, 83%, 11%) |
| CMYK | cmyk(0%, 40%, 91%, 79%) |
| LAB | lab(14.4 7.3 19.3) |
| LCH | lch(14.4 20.6 69.4) |
| OKLCH | oklch(0.265 0.051 69.2) |
Copy-ready code
/* CSS */
color: #352005;
background-color: #352005;
/* Tailwind (arbitrary) */
class="text-[#352005] bg-[#352005]"
/* SCSS */
$brand: #352005;
/* SwiftUI */
Color(red: 0.208, green: 0.125, blue: 0.020)
/* Android */
Color.parseColor("#352005")Accessibility — WCAG contrast
Aa
#352005 on white: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352005 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green12.5%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta39.6%
Yellow90.6%
Key (black)79.2%
Color previews
#352005 text on a black background
contrast 1.36:1
Card sample
#352005 text on a white background
contrast 15.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352005;
Background color
Panel with #352005 background
background-color: #352005;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352005;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 32, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 32, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352005; background: linear-gradient(135deg, #352005, #2A3505);