#2c330b
a deep, vivid green · cool · closest name: darkslategray
RGB
44, 51, 11
HSL
71°, 65%, 12%
CMYK
14, 0, 78, 80
Luminance
0.0293
Every format
| HEX | #2c330b |
| RGB | rgb(44, 51, 11) |
| HSL | hsl(71, 65%, 12%) |
| CMYK | cmyk(14%, 0%, 78%, 80%) |
| LAB | lab(19.8 -9.8 23.2) |
| LCH | lch(19.8 25.2 113.0) |
| OKLCH | oklch(0.305 0.060 118.7) |
Copy-ready code
/* CSS */
color: #2c330b;
background-color: #2c330b;
/* Tailwind (arbitrary) */
class="text-[#2c330b] bg-[#2c330b]"
/* SCSS */
$brand: #2c330b;
/* SwiftUI */
Color(red: 0.173, green: 0.200, blue: 0.043)
/* Android */
Color.parseColor("#2c330b")Accessibility — WCAG contrast
Aa
#2c330b on white: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c330b on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green20.0%
Blue4.3%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow78.4%
Key (black)80.0%
Color previews
#2c330b text on a black background
contrast 1.59:1
Card sample
#2c330b text on a white background
contrast 13.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c330b;
Background color
Panel with #2c330b background
background-color: #2c330b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c330b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 51, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 51, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c330b; background: linear-gradient(135deg, #2c330b, #11330B);