#083f20
a deep, electric green · cool · closest name: darkslategray
RGB
8, 63, 32
HSL
146°, 78%, 14%
CMYK
87, 0, 49, 75
Luminance
0.0371
Every format
| HEX | #083f20 |
| RGB | rgb(8, 63, 32) |
| HSL | hsl(146, 78%, 14%) |
| CMYK | cmyk(87%, 0%, 49%, 75%) |
| LAB | lab(22.7 -25.6 14.2) |
| LCH | lch(22.7 29.3 151.0) |
| OKLCH | oklch(0.325 0.077 153.0) |
Copy-ready code
/* CSS */
color: #083f20;
background-color: #083f20;
/* Tailwind (arbitrary) */
class="text-[#083f20] bg-[#083f20]"
/* SCSS */
$brand: #083f20;
/* SwiftUI */
Color(red: 0.031, green: 0.247, blue: 0.125)
/* Android */
Color.parseColor("#083f20")Accessibility — WCAG contrast
Aa
#083f20 on white: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083f20 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green24.7%
Blue12.5%
CMYK percentages
Cyan87.3%
Magenta0.0%
Yellow49.2%
Key (black)75.3%
Color previews
#083f20 text on a black background
contrast 1.74:1
Card sample
#083f20 text on a white background
contrast 12.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083f20;
Background color
Panel with #083f20 background
background-color: #083f20;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083f20;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 63, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 63, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083f20; background: linear-gradient(135deg, #083f20, #08393F);