#114708
a deep, electric green · cool · closest name: seagreen
RGB
17, 71, 8
HSL
111°, 80%, 16%
CMYK
76, 0, 89, 72
Luminance
0.0464
Every format
| HEX | #114708 |
| RGB | rgb(17, 71, 8) |
| HSL | hsl(111, 80%, 16%) |
| CMYK | cmyk(76%, 0%, 89%, 72%) |
| LAB | lab(25.7 -30.5 30.1) |
| LCH | lch(25.7 42.8 135.3) |
| OKLCH | oklch(0.349 0.107 141.2) |
Copy-ready code
/* CSS */
color: #114708;
background-color: #114708;
/* Tailwind (arbitrary) */
class="text-[#114708] bg-[#114708]"
/* SCSS */
$brand: #114708;
/* SwiftUI */
Color(red: 0.067, green: 0.278, blue: 0.031)
/* Android */
Color.parseColor("#114708")Accessibility — WCAG contrast
Aa
#114708 on white: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#114708 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green27.8%
Blue3.1%
CMYK percentages
Cyan76.1%
Magenta0.0%
Yellow88.7%
Key (black)72.2%
Color previews
#114708 text on a black background
contrast 1.93:1
Card sample
#114708 text on a white background
contrast 10.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #114708;
Background color
Panel with #114708 background
background-color: #114708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #114708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 71, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 71, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #114708; background: linear-gradient(135deg, #114708, #084729);