#083f08
a deep, electric green · cool · closest name: seagreen
RGB
8, 63, 8
HSL
120°, 78%, 14%
CMYK
87, 0, 87, 75
Luminance
0.0362
Every format
| HEX | #083f08 |
| RGB | rgb(8, 63, 8) |
| HSL | hsl(120, 78%, 14%) |
| CMYK | cmyk(87%, 0%, 87%, 75%) |
| LAB | lab(22.4 -29.3 26.8) |
| LCH | lch(22.4 39.6 137.6) |
| OKLCH | oklch(0.321 0.100 142.8) |
Copy-ready code
/* CSS */
color: #083f08;
background-color: #083f08;
/* Tailwind (arbitrary) */
class="text-[#083f08] bg-[#083f08]"
/* SCSS */
$brand: #083f08;
/* SwiftUI */
Color(red: 0.031, green: 0.247, blue: 0.031)
/* Android */
Color.parseColor("#083f08")Accessibility — WCAG contrast
Aa
#083f08 on white: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083f08 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green24.7%
Blue3.1%
CMYK percentages
Cyan87.3%
Magenta0.0%
Yellow87.3%
Key (black)75.3%
Color previews
#083f08 text on a black background
contrast 1.72:1
Card sample
#083f08 text on a white background
contrast 12.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083f08;
Background color
Panel with #083f08 background
background-color: #083f08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083f08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 63, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 63, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083f08; background: linear-gradient(135deg, #083f08, #083F2D);