#083518
a deep, vivid green · cool · closest name: darkslategray
RGB
8, 53, 24
HSL
141°, 74%, 12%
CMYK
85, 0, 55, 79
Luminance
0.0266
Every format
| HEX | #083518 |
| RGB | rgb(8, 53, 24) |
| HSL | hsl(141, 74%, 12%) |
| CMYK | cmyk(85%, 0%, 55%, 79%) |
| LAB | lab(18.6 -22.9 14.1) |
| LCH | lch(18.6 26.8 148.4) |
| OKLCH | oklch(0.291 0.070 150.8) |
Copy-ready code
/* CSS */
color: #083518;
background-color: #083518;
/* Tailwind (arbitrary) */
class="text-[#083518] bg-[#083518]"
/* SCSS */
$brand: #083518;
/* SwiftUI */
Color(red: 0.031, green: 0.208, blue: 0.094)
/* Android */
Color.parseColor("#083518")Accessibility — WCAG contrast
Aa
#083518 on white: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083518 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green20.8%
Blue9.4%
CMYK percentages
Cyan84.9%
Magenta0.0%
Yellow54.7%
Key (black)79.2%
Color previews
#083518 text on a black background
contrast 1.53:1
Card sample
#083518 text on a white background
contrast 13.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083518;
Background color
Panel with #083518 background
background-color: #083518;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083518;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 53, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 53, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083518; background: linear-gradient(135deg, #083518, #083435);