#135f39
a deep, vivid green · cool · closest name: seagreen
RGB
19, 95, 57
HSL
150°, 67%, 22%
CMYK
80, 0, 40, 63
Luminance
0.0862
Every format
| HEX | #135f39 |
| RGB | rgb(19, 95, 57) |
| HSL | hsl(150, 67%, 22%) |
| CMYK | cmyk(80%, 0%, 40%, 63%) |
| LAB | lab(35.2 -32.3 15.5) |
| LCH | lch(35.2 35.8 154.4) |
| OKLCH | oklch(0.431 0.095 156.0) |
Copy-ready code
/* CSS */
color: #135f39;
background-color: #135f39;
/* Tailwind (arbitrary) */
class="text-[#135f39] bg-[#135f39]"
/* SCSS */
$brand: #135f39;
/* SwiftUI */
Color(red: 0.075, green: 0.373, blue: 0.224)
/* Android */
Color.parseColor("#135f39")Accessibility — WCAG contrast
Aa
#135f39 on white: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#135f39 on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green37.3%
Blue22.4%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow40.0%
Key (black)62.7%
Color previews
#135f39 text on a black background
contrast 2.72:1
Card sample
#135f39 text on a white background
contrast 7.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #135f39;
Background color
Panel with #135f39 background
background-color: #135f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #135f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 95, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 95, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #135f39; background: linear-gradient(135deg, #135f39, #13535F);