#136c4f
a deep, vivid cyan · cool · closest name: seagreen
RGB
19, 108, 79
HSL
160°, 70%, 25%
CMYK
82, 0, 27, 58
Luminance
0.1143
Every format
| HEX | #136c4f |
| RGB | rgb(19, 108, 79) |
| HSL | hsl(160, 70%, 25%) |
| CMYK | cmyk(82%, 0%, 27%, 58%) |
| LAB | lab(40.3 -32.6 9.2) |
| LCH | lch(40.3 33.9 164.3) |
| OKLCH | oklch(0.474 0.093 165.3) |
Copy-ready code
/* CSS */
color: #136c4f;
background-color: #136c4f;
/* Tailwind (arbitrary) */
class="text-[#136c4f] bg-[#136c4f]"
/* SCSS */
$brand: #136c4f;
/* SwiftUI */
Color(red: 0.075, green: 0.424, blue: 0.310)
/* Android */
Color.parseColor("#136c4f")Accessibility — WCAG contrast
Aa
#136c4f on white: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136c4f on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green42.4%
Blue31.0%
CMYK percentages
Cyan82.4%
Magenta0.0%
Yellow26.9%
Key (black)57.6%
Color previews
#136c4f text on a black background
contrast 3.29:1
Card sample
#136c4f text on a white background
contrast 6.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136c4f;
Background color
Panel with #136c4f background
background-color: #136c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 108, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 108, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136c4f; background: linear-gradient(135deg, #136c4f, #134E6C);