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