#086828
a deep, electric green · cool · closest name: seagreen
RGB
8, 104, 40
HSL
140°, 86%, 22%
CMYK
92, 0, 62, 59
Luminance
0.1011
Every format
| HEX | #086828 |
| RGB | rgb(8, 104, 40) |
| HSL | hsl(140, 86%, 22%) |
| CMYK | cmyk(92%, 0%, 62%, 59%) |
| LAB | lab(38.0 -40.3 28.5) |
| LCH | lch(38.0 49.4 144.7) |
| OKLCH | oklch(0.452 0.128 147.9) |
Copy-ready code
/* CSS */
color: #086828;
background-color: #086828;
/* Tailwind (arbitrary) */
class="text-[#086828] bg-[#086828]"
/* SCSS */
$brand: #086828;
/* SwiftUI */
Color(red: 0.031, green: 0.408, blue: 0.157)
/* Android */
Color.parseColor("#086828")Accessibility — WCAG contrast
Aa
#086828 on white: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#086828 on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green40.8%
Blue15.7%
CMYK percentages
Cyan92.3%
Magenta0.0%
Yellow61.5%
Key (black)59.2%
Color previews
#086828 text on a black background
contrast 3.02:1
Card sample
#086828 text on a white background
contrast 6.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086828;
Background color
Panel with #086828 background
background-color: #086828;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086828;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 104, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 104, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086828; background: linear-gradient(135deg, #086828, #086868);