#114411
a deep, vivid green · cool · closest name: seagreen
RGB
17, 68, 17
HSL
120°, 60%, 17%
CMYK
75, 0, 75, 73
Luminance
0.0429
Every format
| HEX | #114411 |
| RGB | rgb(17, 68, 17) |
| HSL | hsl(120, 60%, 17%) |
| CMYK | cmyk(75%, 0%, 75%, 73%) |
| LAB | lab(24.6 -28.4 25.1) |
| LCH | lch(24.6 37.9 138.5) |
| OKLCH | oklch(0.341 0.097 143.1) |
Copy-ready code
/* CSS */
color: #114411;
background-color: #114411;
/* Tailwind (arbitrary) */
class="text-[#114411] bg-[#114411]"
/* SCSS */
$brand: #114411;
/* SwiftUI */
Color(red: 0.067, green: 0.267, blue: 0.067)
/* Android */
Color.parseColor("#114411")Accessibility — WCAG contrast
Aa
#114411 on white: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#114411 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green26.7%
Blue6.7%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow75.0%
Key (black)73.3%
Color previews
#114411 text on a black background
contrast 1.86:1
Card sample
#114411 text on a white background
contrast 11.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #114411;
Background color
Panel with #114411 background
background-color: #114411;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #114411;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 68, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 68, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #114411; background: linear-gradient(135deg, #114411, #114433);