#116621
a deep, vivid green · cool · closest name: seagreen
RGB
17, 102, 33
HSL
131°, 71%, 23%
CMYK
83, 0, 68, 60
Luminance
0.0973
Every format
| HEX | #116621 |
| RGB | rgb(17, 102, 33) |
| HSL | hsl(131, 71%, 23%) |
| CMYK | cmyk(83%, 0%, 68%, 60%) |
| LAB | lab(37.4 -39.5 31.3) |
| LCH | lch(37.4 50.4 141.6) |
| OKLCH | oklch(0.447 0.129 145.6) |
Copy-ready code
/* CSS */
color: #116621;
background-color: #116621;
/* Tailwind (arbitrary) */
class="text-[#116621] bg-[#116621]"
/* SCSS */
$brand: #116621;
/* SwiftUI */
Color(red: 0.067, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#116621")Accessibility — WCAG contrast
Aa
#116621 on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#116621 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green40.0%
Blue12.9%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow67.6%
Key (black)60.0%
Color previews
#116621 text on a black background
contrast 2.95:1
Card sample
#116621 text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116621;
Background color
Panel with #116621 background
background-color: #116621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116621; background: linear-gradient(135deg, #116621, #11665A);