#351f13
a deep, vivid orange · warm · closest name: black
RGB
53, 31, 19
HSL
21°, 47%, 14%
CMYK
0, 42, 64, 79
Luminance
0.0178
Every format
| HEX | #351f13 |
| RGB | rgb(53, 31, 19) |
| HSL | hsl(21, 47%, 14%) |
| CMYK | cmyk(0%, 42%, 64%, 79%) |
| LAB | lab(14.3 9.1 12.5) |
| LCH | lch(14.3 15.5 53.9) |
| OKLCH | oklch(0.265 0.040 49.0) |
Copy-ready code
/* CSS */
color: #351f13;
background-color: #351f13;
/* Tailwind (arbitrary) */
class="text-[#351f13] bg-[#351f13]"
/* SCSS */
$brand: #351f13;
/* SwiftUI */
Color(red: 0.208, green: 0.122, blue: 0.075)
/* Android */
Color.parseColor("#351f13")Accessibility — WCAG contrast
Aa
#351f13 on white: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#351f13 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green12.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow64.2%
Key (black)79.2%
Color previews
#351f13 text on a black background
contrast 1.36:1
Card sample
#351f13 text on a white background
contrast 15.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #351f13;
Background color
Panel with #351f13 background
background-color: #351f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #351f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 31, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 31, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #351f13; background: linear-gradient(135deg, #351f13, #343513);