#134321
a deep, vivid green · cool · closest name: darkslategray
RGB
19, 67, 33
HSL
138°, 56%, 17%
CMYK
72, 0, 51, 74
Luminance
0.0426
Every format
| HEX | #134321 |
| RGB | rgb(19, 67, 33) |
| HSL | hsl(138, 56%, 17%) |
| CMYK | cmyk(72%, 0%, 51%, 74%) |
| LAB | lab(24.5 -25.0 16.0) |
| LCH | lch(24.5 29.7 147.3) |
| OKLCH | oklch(0.341 0.078 149.8) |
Copy-ready code
/* CSS */
color: #134321;
background-color: #134321;
/* Tailwind (arbitrary) */
class="text-[#134321] bg-[#134321]"
/* SCSS */
$brand: #134321;
/* SwiftUI */
Color(red: 0.075, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#134321")Accessibility — WCAG contrast
Aa
#134321 on white: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#134321 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green26.3%
Blue12.9%
CMYK percentages
Cyan71.6%
Magenta0.0%
Yellow50.7%
Key (black)73.7%
Color previews
#134321 text on a black background
contrast 1.85:1
Card sample
#134321 text on a white background
contrast 11.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #134321;
Background color
Panel with #134321 background
background-color: #134321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #134321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #134321; background: linear-gradient(135deg, #134321, #134341);