#134821
a deep, vivid green · cool · closest name: darkslategray
RGB
19, 72, 33
HSL
136°, 58%, 18%
CMYK
74, 0, 54, 72
Luminance
0.0488
Every format
| HEX | #134821 |
| RGB | rgb(19, 72, 33) |
| HSL | hsl(136, 58%, 18%) |
| CMYK | cmyk(74%, 0%, 54%, 72%) |
| LAB | lab(26.4 -27.2 18.4) |
| LCH | lch(26.4 32.9 146.0) |
| OKLCH | oklch(0.356 0.086 148.7) |
Copy-ready code
/* CSS */
color: #134821;
background-color: #134821;
/* Tailwind (arbitrary) */
class="text-[#134821] bg-[#134821]"
/* SCSS */
$brand: #134821;
/* SwiftUI */
Color(red: 0.075, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#134821")Accessibility — WCAG contrast
Aa
#134821 on white: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#134821 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green28.2%
Blue12.9%
CMYK percentages
Cyan73.6%
Magenta0.0%
Yellow54.2%
Key (black)71.8%
Color previews
#134821 text on a black background
contrast 1.98:1
Card sample
#134821 text on a white background
contrast 10.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #134821;
Background color
Panel with #134821 background
background-color: #134821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #134821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #134821; background: linear-gradient(135deg, #134821, #134844);