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