#136a21
a deep, vivid green · cool · closest name: seagreen
RGB
19, 106, 33
HSL
130°, 70%, 25%
CMYK
82, 0, 69, 58
Luminance
0.1056
Every format
| HEX | #136a21 |
| RGB | rgb(19, 106, 33) |
| HSL | hsl(130, 70%, 25%) |
| CMYK | cmyk(82%, 0%, 69%, 58%) |
| LAB | lab(38.8 -40.6 33.0) |
| LCH | lch(38.8 52.3 141.0) |
| OKLCH | oklch(0.459 0.134 145.1) |
Copy-ready code
/* CSS */
color: #136a21;
background-color: #136a21;
/* Tailwind (arbitrary) */
class="text-[#136a21] bg-[#136a21]"
/* SCSS */
$brand: #136a21;
/* SwiftUI */
Color(red: 0.075, green: 0.416, blue: 0.129)
/* Android */
Color.parseColor("#136a21")Accessibility — WCAG contrast
Aa
#136a21 on white: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136a21 on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green41.6%
Blue12.9%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow68.9%
Key (black)58.4%
Color previews
#136a21 text on a black background
contrast 3.11:1
Card sample
#136a21 text on a white background
contrast 6.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136a21;
Background color
Panel with #136a21 background
background-color: #136a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 106, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 106, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136a21; background: linear-gradient(135deg, #136a21, #136A5B);