#082b13
a deep, vivid green · cool · closest name: darkslategray
RGB
8, 43, 19
HSL
139°, 69%, 10%
CMYK
81, 0, 56, 83
Luminance
0.0183
Every format
| HEX | #082b13 |
| RGB | rgb(8, 43, 19) |
| HSL | hsl(139, 69%, 10%) |
| CMYK | cmyk(81%, 0%, 56%, 83%) |
| LAB | lab(14.6 -19.2 12.1) |
| LCH | lch(14.6 22.7 147.9) |
| OKLCH | oklch(0.257 0.060 150.3) |
Copy-ready code
/* CSS */
color: #082b13;
background-color: #082b13;
/* Tailwind (arbitrary) */
class="text-[#082b13] bg-[#082b13]"
/* SCSS */
$brand: #082b13;
/* SwiftUI */
Color(red: 0.031, green: 0.169, blue: 0.075)
/* Android */
Color.parseColor("#082b13")Accessibility — WCAG contrast
Aa
#082b13 on white: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082b13 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green16.9%
Blue7.5%
CMYK percentages
Cyan81.4%
Magenta0.0%
Yellow55.8%
Key (black)83.1%
Color previews
#082b13 text on a black background
contrast 1.37:1
Card sample
#082b13 text on a white background
contrast 15.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082b13;
Background color
Panel with #082b13 background
background-color: #082b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 43, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 43, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082b13; background: linear-gradient(135deg, #082b13, #082B2A);