#136521
a deep, vivid green · cool · closest name: seagreen
RGB
19, 101, 33
HSL
130°, 68%, 24%
CMYK
81, 0, 67, 60
Luminance
0.0956
Every format
| HEX | #136521 |
| RGB | rgb(19, 101, 33) |
| HSL | hsl(130, 68%, 24%) |
| CMYK | cmyk(81%, 0%, 67%, 60%) |
| LAB | lab(37.0 -38.8 31.0) |
| LCH | lch(37.0 49.7 141.4) |
| OKLCH | oklch(0.444 0.127 145.4) |
Copy-ready code
/* CSS */
color: #136521;
background-color: #136521;
/* Tailwind (arbitrary) */
class="text-[#136521] bg-[#136521]"
/* SCSS */
$brand: #136521;
/* SwiftUI */
Color(red: 0.075, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#136521")Accessibility — WCAG contrast
Aa
#136521 on white: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#136521 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green39.6%
Blue12.9%
CMYK percentages
Cyan81.2%
Magenta0.0%
Yellow67.3%
Key (black)60.4%
Color previews
#136521 text on a black background
contrast 2.91:1
Card sample
#136521 text on a white background
contrast 7.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136521;
Background color
Panel with #136521 background
background-color: #136521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136521; background: linear-gradient(135deg, #136521, #136557);