#13743a
a dark, vivid green · cool · closest name: seagreen
RGB
19, 116, 58
HSL
144°, 72%, 27%
CMYK
84, 0, 50, 55
Luminance
0.1293
Every format
| HEX | #13743a |
| RGB | rgb(19, 116, 58) |
| HSL | hsl(144, 72%, 27%) |
| CMYK | cmyk(84%, 0%, 50%, 55%) |
| LAB | lab(42.7 -40.5 24.6) |
| LCH | lch(42.7 47.4 148.8) |
| OKLCH | oklch(0.492 0.124 151.2) |
Copy-ready code
/* CSS */
color: #13743a;
background-color: #13743a;
/* Tailwind (arbitrary) */
class="text-[#13743a] bg-[#13743a]"
/* SCSS */
$brand: #13743a;
/* SwiftUI */
Color(red: 0.075, green: 0.455, blue: 0.227)
/* Android */
Color.parseColor("#13743a")Accessibility — WCAG contrast
Aa
#13743a on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#13743a on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green45.5%
Blue22.7%
CMYK percentages
Cyan83.6%
Magenta0.0%
Yellow50.0%
Key (black)54.5%
Color previews
#13743a text on a black background
contrast 3.59:1
Card sample
#13743a text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13743a;
Background color
Panel with #13743a background
background-color: #13743a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13743a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 116, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 116, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13743a; background: linear-gradient(135deg, #13743a, #136E74);