#084513
a deep, electric green · cool · closest name: seagreen
RGB
8, 69, 19
HSL
131°, 79%, 15%
CMYK
88, 0, 73, 73
Luminance
0.0435
Every format
| HEX | #084513 |
| RGB | rgb(8, 69, 19) |
| HSL | hsl(131, 79%, 15%) |
| CMYK | cmyk(88%, 0%, 73%, 73%) |
| LAB | lab(24.8 -30.3 24.3) |
| LCH | lch(24.8 38.9 141.3) |
| OKLCH | oklch(0.342 0.099 145.4) |
Copy-ready code
/* CSS */
color: #084513;
background-color: #084513;
/* Tailwind (arbitrary) */
class="text-[#084513] bg-[#084513]"
/* SCSS */
$brand: #084513;
/* SwiftUI */
Color(red: 0.031, green: 0.271, blue: 0.075)
/* Android */
Color.parseColor("#084513")Accessibility — WCAG contrast
Aa
#084513 on white: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084513 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green27.1%
Blue7.5%
CMYK percentages
Cyan88.4%
Magenta0.0%
Yellow72.5%
Key (black)72.9%
Color previews
#084513 text on a black background
contrast 1.87:1
Card sample
#084513 text on a white background
contrast 11.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084513;
Background color
Panel with #084513 background
background-color: #084513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 69, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 69, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084513; background: linear-gradient(135deg, #084513, #08453C);