#3c321f
a deep, soft orange · warm · closest name: darkslategray
RGB
60, 50, 31
HSL
39°, 32%, 18%
CMYK
0, 17, 48, 77
Luminance
0.0334
Every format
| HEX | #3c321f |
| RGB | rgb(60, 50, 31) |
| HSL | hsl(39, 32%, 18%) |
| CMYK | cmyk(0%, 17%, 48%, 77%) |
| LAB | lab(21.4 1.3 13.8) |
| LCH | lch(21.4 13.8 84.7) |
| OKLCH | oklch(0.323 0.034 82.9) |
Copy-ready code
/* CSS */
color: #3c321f;
background-color: #3c321f;
/* Tailwind (arbitrary) */
class="text-[#3c321f] bg-[#3c321f]"
/* SCSS */
$brand: #3c321f;
/* SwiftUI */
Color(red: 0.235, green: 0.196, blue: 0.122)
/* Android */
Color.parseColor("#3c321f")Accessibility — WCAG contrast
Aa
#3c321f on white: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c321f on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green19.6%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow48.3%
Key (black)76.5%
Color previews
#3c321f text on a black background
contrast 1.67:1
Card sample
#3c321f text on a white background
contrast 12.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c321f;
Background color
Panel with #3c321f background
background-color: #3c321f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c321f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 50, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 50, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c321f; background: linear-gradient(135deg, #3c321f, #333C1F);