#08360f
a deep, vivid green · cool · closest name: darkslategray
RGB
8, 54, 15
HSL
129°, 74%, 12%
CMYK
85, 0, 72, 79
Luminance
0.0272
Every format
| HEX | #08360f |
| RGB | rgb(8, 54, 15) |
| HSL | hsl(129, 74%, 12%) |
| CMYK | cmyk(85%, 0%, 72%, 79%) |
| LAB | lab(18.9 -24.9 19.7) |
| LCH | lch(18.9 31.8 141.6) |
| OKLCH | oklch(0.293 0.082 145.4) |
Copy-ready code
/* CSS */
color: #08360f;
background-color: #08360f;
/* Tailwind (arbitrary) */
class="text-[#08360f] bg-[#08360f]"
/* SCSS */
$brand: #08360f;
/* SwiftUI */
Color(red: 0.031, green: 0.212, blue: 0.059)
/* Android */
Color.parseColor("#08360f")Accessibility — WCAG contrast
Aa
#08360f on white: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08360f on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green21.2%
Blue5.9%
CMYK percentages
Cyan85.2%
Magenta0.0%
Yellow72.2%
Key (black)78.8%
Color previews
#08360f text on a black background
contrast 1.54:1
Card sample
#08360f text on a white background
contrast 13.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08360f;
Background color
Panel with #08360f background
background-color: #08360f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08360f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 54, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 54, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08360f; background: linear-gradient(135deg, #08360f, #08362E);