#2a321c
a deep, soft green · cool · closest name: darkslategray
RGB
42, 50, 28
HSL
82°, 28%, 15%
CMYK
16, 0, 44, 80
Luminance
0.0286
Every format
| HEX | #2a321c |
| RGB | rgb(42, 50, 28) |
| HSL | hsl(82, 28%, 15%) |
| CMYK | cmyk(16%, 0%, 44%, 80%) |
| LAB | lab(19.5 -8.1 12.9) |
| LCH | lch(19.5 15.3 122.2) |
| OKLCH | oklch(0.303 0.039 124.9) |
Copy-ready code
/* CSS */
color: #2a321c;
background-color: #2a321c;
/* Tailwind (arbitrary) */
class="text-[#2a321c] bg-[#2a321c]"
/* SCSS */
$brand: #2a321c;
/* SwiftUI */
Color(red: 0.165, green: 0.196, blue: 0.110)
/* Android */
Color.parseColor("#2a321c")Accessibility — WCAG contrast
Aa
#2a321c on white: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2a321c on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green19.6%
Blue11.0%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow44.0%
Key (black)80.4%
Color previews
#2a321c text on a black background
contrast 1.57:1
Card sample
#2a321c text on a white background
contrast 13.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a321c;
Background color
Panel with #2a321c background
background-color: #2a321c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a321c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 50, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 50, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a321c; background: linear-gradient(135deg, #2a321c, #1C321D);