#137749
a dark, vivid green · cool · closest name: seagreen
RGB
19, 119, 73
HSL
152°, 73%, 27%
CMYK
84, 0, 39, 53
Luminance
0.1381
Every format
| HEX | #137749 |
| RGB | rgb(19, 119, 73) |
| HSL | hsl(152, 73%, 27%) |
| CMYK | cmyk(84%, 0%, 39%, 53%) |
| LAB | lab(44.0 -38.7 17.8) |
| LCH | lch(44.0 42.6 155.4) |
| OKLCH | oklch(0.504 0.114 156.9) |
Copy-ready code
/* CSS */
color: #137749;
background-color: #137749;
/* Tailwind (arbitrary) */
class="text-[#137749] bg-[#137749]"
/* SCSS */
$brand: #137749;
/* SwiftUI */
Color(red: 0.075, green: 0.467, blue: 0.286)
/* Android */
Color.parseColor("#137749")Accessibility — WCAG contrast
Aa
#137749 on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#137749 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green46.7%
Blue28.6%
CMYK percentages
Cyan84.0%
Magenta0.0%
Yellow38.7%
Key (black)53.3%
Color previews
#137749 text on a black background
contrast 3.76:1
Card sample
#137749 text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #137749;
Background color
Panel with #137749 background
background-color: #137749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #137749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 119, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 119, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #137749; background: linear-gradient(135deg, #137749, #136277);