#374313
a deep, vivid green · cool · closest name: darkslategray
RGB
55, 67, 19
HSL
75°, 56%, 17%
CMYK
18, 0, 72, 74
Luminance
0.0487
Every format
| HEX | #374313 |
| RGB | rgb(55, 67, 19) |
| HSL | hsl(75, 56%, 17%) |
| CMYK | cmyk(18%, 0%, 72%, 74%) |
| LAB | lab(26.4 -13.2 26.6) |
| LCH | lch(26.4 29.7 116.3) |
| OKLCH | oklch(0.361 0.072 122.0) |
Copy-ready code
/* CSS */
color: #374313;
background-color: #374313;
/* Tailwind (arbitrary) */
class="text-[#374313] bg-[#374313]"
/* SCSS */
$brand: #374313;
/* SwiftUI */
Color(red: 0.216, green: 0.263, blue: 0.075)
/* Android */
Color.parseColor("#374313")Accessibility — WCAG contrast
Aa
#374313 on white: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#374313 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green26.3%
Blue7.5%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow71.6%
Key (black)73.7%
Color previews
#374313 text on a black background
contrast 1.97:1
Card sample
#374313 text on a white background
contrast 10.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #374313;
Background color
Panel with #374313 background
background-color: #374313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #374313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 67, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 67, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #374313; background: linear-gradient(135deg, #374313, #174313);