#082f1f
a deep, vivid green · cool · closest name: darkslategray
RGB
8, 47, 31
HSL
155°, 71%, 11%
CMYK
83, 0, 34, 82
Luminance
0.0218
Every format
| HEX | #082f1f |
| RGB | rgb(8, 47, 31) |
| HSL | hsl(155, 71%, 11%) |
| CMYK | cmyk(83%, 0%, 34%, 82%) |
| LAB | lab(16.4 -18.3 6.5) |
| LCH | lch(16.4 19.4 160.5) |
| OKLCH | oklch(0.273 0.053 161.8) |
Copy-ready code
/* CSS */
color: #082f1f;
background-color: #082f1f;
/* Tailwind (arbitrary) */
class="text-[#082f1f] bg-[#082f1f]"
/* SCSS */
$brand: #082f1f;
/* SwiftUI */
Color(red: 0.031, green: 0.184, blue: 0.122)
/* Android */
Color.parseColor("#082f1f")Accessibility — WCAG contrast
Aa
#082f1f on white: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082f1f on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green18.4%
Blue12.2%
CMYK percentages
Cyan83.0%
Magenta0.0%
Yellow34.0%
Key (black)81.6%
Color previews
#082f1f text on a black background
contrast 1.44:1
Card sample
#082f1f text on a white background
contrast 14.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082f1f;
Background color
Panel with #082f1f background
background-color: #082f1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082f1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 47, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 47, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082f1f; background: linear-gradient(135deg, #082f1f, #08252F);