#082610
a deep, vivid green · cool · closest name: black
RGB
8, 38, 16
HSL
136°, 65%, 9%
CMYK
79, 0, 58, 85
Luminance
0.0148
Every format
| HEX | #082610 |
| RGB | rgb(8, 38, 16) |
| HSL | hsl(136, 65%, 9%) |
| CMYK | cmyk(79%, 0%, 58%, 85%) |
| LAB | lab(12.4 -17.4 11.1) |
| LCH | lch(12.4 20.6 147.5) |
| OKLCH | oklch(0.239 0.055 149.3) |
Copy-ready code
/* CSS */
color: #082610;
background-color: #082610;
/* Tailwind (arbitrary) */
class="text-[#082610] bg-[#082610]"
/* SCSS */
$brand: #082610;
/* SwiftUI */
Color(red: 0.031, green: 0.149, blue: 0.063)
/* Android */
Color.parseColor("#082610")Accessibility — WCAG contrast
Aa
#082610 on white: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082610 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green14.9%
Blue6.3%
CMYK percentages
Cyan78.9%
Magenta0.0%
Yellow57.9%
Key (black)85.1%
Color previews
#082610 text on a black background
contrast 1.30:1
Card sample
#082610 text on a white background
contrast 16.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082610;
Background color
Panel with #082610 background
background-color: #082610;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082610;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 38, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 38, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082610; background: linear-gradient(135deg, #082610, #082624);