#086300
a deep, electric green · cool · closest name: green
RGB
8, 99, 0
HSL
115°, 100%, 19%
CMYK
92, 0, 100, 61
Luminance
0.0898
Every format
| HEX | #086300 |
| RGB | rgb(8, 99, 0) |
| HSL | hsl(115, 100%, 19%) |
| CMYK | cmyk(92%, 0%, 100%, 61%) |
| LAB | lab(35.9 -42.2 41.7) |
| LCH | lch(35.9 59.3 135.3) |
| OKLCH | oklch(0.434 0.146 141.9) |
Copy-ready code
/* CSS */
color: #086300;
background-color: #086300;
/* Tailwind (arbitrary) */
class="text-[#086300] bg-[#086300]"
/* SCSS */
$brand: #086300;
/* SwiftUI */
Color(red: 0.031, green: 0.388, blue: 0.000)
/* Android */
Color.parseColor("#086300")Accessibility — WCAG contrast
Aa
#086300 on white: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#086300 on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green38.8%
Blue0.0%
CMYK percentages
Cyan91.9%
Magenta0.0%
Yellow100.0%
Key (black)61.2%
Color previews
#086300 text on a black background
contrast 2.80:1
Card sample
#086300 text on a white background
contrast 7.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086300;
Background color
Panel with #086300 background
background-color: #086300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 99, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 99, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086300; background: linear-gradient(135deg, #086300, #00633A);