#109362
a dark, electric green · cool · closest name: seagreen
RGB
16, 147, 98
HSL
158°, 80%, 32%
CMYK
89, 0, 33, 42
Luminance
0.2186
Every format
| HEX | #109362 |
| RGB | rgb(16, 147, 98) |
| HSL | hsl(158, 80%, 32%) |
| CMYK | cmyk(89%, 0%, 33%, 42%) |
| LAB | lab(53.9 -44.6 17.0) |
| LCH | lch(53.9 47.7 159.2) |
| OKLCH | oklch(0.587 0.128 160.5) |
Copy-ready code
/* CSS */
color: #109362;
background-color: #109362;
/* Tailwind (arbitrary) */
class="text-[#109362] bg-[#109362]"
/* SCSS */
$brand: #109362;
/* SwiftUI */
Color(red: 0.063, green: 0.576, blue: 0.384)
/* Android */
Color.parseColor("#109362")Accessibility — WCAG contrast
Aa
#109362 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#109362 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green57.6%
Blue38.4%
CMYK percentages
Cyan89.1%
Magenta0.0%
Yellow33.3%
Key (black)42.4%
Color previews
#109362 text on a black background
contrast 5.37:1
Card sample
#109362 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #109362;
Background color
Panel with #109362 background
background-color: #109362;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #109362;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 147, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 147, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #109362; background: linear-gradient(135deg, #109362, #106D93);