#117136
a dark, vivid green · cool · closest name: seagreen
RGB
17, 113, 54
HSL
143°, 74%, 26%
CMYK
85, 0, 52, 56
Luminance
0.1220
Every format
| HEX | #117136 |
| RGB | rgb(17, 113, 54) |
| HSL | hsl(143, 74%, 26%) |
| CMYK | cmyk(85%, 0%, 52%, 56%) |
| LAB | lab(41.5 -40.4 25.3) |
| LCH | lch(41.5 47.6 147.9) |
| OKLCH | oklch(0.482 0.125 150.4) |
Copy-ready code
/* CSS */
color: #117136;
background-color: #117136;
/* Tailwind (arbitrary) */
class="text-[#117136] bg-[#117136]"
/* SCSS */
$brand: #117136;
/* SwiftUI */
Color(red: 0.067, green: 0.443, blue: 0.212)
/* Android */
Color.parseColor("#117136")Accessibility — WCAG contrast
Aa
#117136 on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#117136 on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green44.3%
Blue21.2%
CMYK percentages
Cyan85.0%
Magenta0.0%
Yellow52.2%
Key (black)55.7%
Color previews
#117136 text on a black background
contrast 3.44:1
Card sample
#117136 text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #117136;
Background color
Panel with #117136 background
background-color: #117136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #117136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 113, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 113, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #117136; background: linear-gradient(135deg, #117136, #116C71);