#114011
a deep, vivid green · cool · closest name: seagreen
RGB
17, 64, 17
HSL
120°, 58%, 16%
CMYK
73, 0, 73, 75
Luminance
0.0383
Every format
| HEX | #114011 |
| RGB | rgb(17, 64, 17) |
| HSL | hsl(120, 58%, 16%) |
| CMYK | cmyk(73%, 0%, 73%, 75%) |
| LAB | lab(23.1 -26.7 23.4) |
| LCH | lch(23.1 35.6 138.8) |
| OKLCH | oklch(0.328 0.091 143.2) |
Copy-ready code
/* CSS */
color: #114011;
background-color: #114011;
/* Tailwind (arbitrary) */
class="text-[#114011] bg-[#114011]"
/* SCSS */
$brand: #114011;
/* SwiftUI */
Color(red: 0.067, green: 0.251, blue: 0.067)
/* Android */
Color.parseColor("#114011")Accessibility — WCAG contrast
Aa
#114011 on white: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#114011 on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green25.1%
Blue6.7%
CMYK percentages
Cyan73.4%
Magenta0.0%
Yellow73.4%
Key (black)74.9%
Color previews
#114011 text on a black background
contrast 1.77:1
Card sample
#114011 text on a white background
contrast 11.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #114011;
Background color
Panel with #114011 background
background-color: #114011;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #114011;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 64, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 64, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #114011; background: linear-gradient(135deg, #114011, #114030);