#086521
a deep, electric green · cool · closest name: seagreen
RGB
8, 101, 33
HSL
136°, 85%, 21%
CMYK
92, 0, 67, 60
Luminance
0.0947
Every format
| HEX | #086521 |
| RGB | rgb(8, 101, 33) |
| HSL | hsl(136, 85%, 21%) |
| CMYK | cmyk(92%, 0%, 67%, 60%) |
| LAB | lab(36.9 -40.2 30.7) |
| LCH | lch(36.9 50.6 142.6) |
| OKLCH | oklch(0.443 0.130 146.4) |
Copy-ready code
/* CSS */
color: #086521;
background-color: #086521;
/* Tailwind (arbitrary) */
class="text-[#086521] bg-[#086521]"
/* SCSS */
$brand: #086521;
/* SwiftUI */
Color(red: 0.031, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#086521")Accessibility — WCAG contrast
Aa
#086521 on white: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#086521 on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green39.6%
Blue12.9%
CMYK percentages
Cyan92.1%
Magenta0.0%
Yellow67.3%
Key (black)60.4%
Color previews
#086521 text on a black background
contrast 2.89:1
Card sample
#086521 text on a white background
contrast 7.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086521;
Background color
Panel with #086521 background
background-color: #086521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086521; background: linear-gradient(135deg, #086521, #08655F);