#086621
a deep, electric green · cool · closest name: seagreen
RGB
8, 102, 33
HSL
136°, 86%, 22%
CMYK
92, 0, 68, 60
Luminance
0.0966
Every format
| HEX | #086621 |
| RGB | rgb(8, 102, 33) |
| HSL | hsl(136, 86%, 22%) |
| CMYK | cmyk(92%, 0%, 68%, 60%) |
| LAB | lab(37.2 -40.5 31.1) |
| LCH | lch(37.2 51.1 142.5) |
| OKLCH | oklch(0.446 0.131 146.3) |
Copy-ready code
/* CSS */
color: #086621;
background-color: #086621;
/* Tailwind (arbitrary) */
class="text-[#086621] bg-[#086621]"
/* SCSS */
$brand: #086621;
/* SwiftUI */
Color(red: 0.031, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#086621")Accessibility — WCAG contrast
Aa
#086621 on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#086621 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green40.0%
Blue12.9%
CMYK percentages
Cyan92.2%
Magenta0.0%
Yellow67.6%
Key (black)60.0%
Color previews
#086621 text on a black background
contrast 2.93:1
Card sample
#086621 text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086621;
Background color
Panel with #086621 background
background-color: #086621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086621; background: linear-gradient(135deg, #086621, #086660);