#086644
a deep, electric green · cool · closest name: seagreen
RGB
8, 102, 68
HSL
158°, 86%, 22%
CMYK
92, 0, 33, 60
Luminance
0.0997
Every format
| HEX | #086644 |
| RGB | rgb(8, 102, 68) |
| HSL | hsl(158, 86%, 22%) |
| CMYK | cmyk(92%, 0%, 33%, 60%) |
| LAB | lab(37.8 -34.0 12.3) |
| LCH | lch(37.8 36.1 160.1) |
| OKLCH | oklch(0.452 0.097 161.3) |
Copy-ready code
/* CSS */
color: #086644;
background-color: #086644;
/* Tailwind (arbitrary) */
class="text-[#086644] bg-[#086644]"
/* SCSS */
$brand: #086644;
/* SwiftUI */
Color(red: 0.031, green: 0.400, blue: 0.267)
/* Android */
Color.parseColor("#086644")Accessibility — WCAG contrast
Aa
#086644 on white: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#086644 on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green40.0%
Blue26.7%
CMYK percentages
Cyan92.2%
Magenta0.0%
Yellow33.3%
Key (black)60.0%
Color previews
#086644 text on a black background
contrast 2.99:1
Card sample
#086644 text on a white background
contrast 7.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086644;
Background color
Panel with #086644 background
background-color: #086644;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086644;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 102, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 102, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086644; background: linear-gradient(135deg, #086644, #084966);