#085713
a deep, electric green · cool · closest name: seagreen
RGB
8, 87, 19
HSL
128°, 83%, 19%
CMYK
91, 0, 78, 66
Luminance
0.0692
Every format
| HEX | #085713 |
| RGB | rgb(8, 87, 19) |
| HSL | hsl(128, 83%, 19%) |
| CMYK | cmyk(91%, 0%, 78%, 66%) |
| LAB | lab(31.6 -36.9 31.5) |
| LCH | lch(31.6 48.5 139.5) |
| OKLCH | oklch(0.398 0.123 144.3) |
Copy-ready code
/* CSS */
color: #085713;
background-color: #085713;
/* Tailwind (arbitrary) */
class="text-[#085713] bg-[#085713]"
/* SCSS */
$brand: #085713;
/* SwiftUI */
Color(red: 0.031, green: 0.341, blue: 0.075)
/* Android */
Color.parseColor("#085713")Accessibility — WCAG contrast
Aa
#085713 on white: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#085713 on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green34.1%
Blue7.5%
CMYK percentages
Cyan90.8%
Magenta0.0%
Yellow78.2%
Key (black)65.9%
Color previews
#085713 text on a black background
contrast 2.38:1
Card sample
#085713 text on a white background
contrast 8.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #085713;
Background color
Panel with #085713 background
background-color: #085713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #085713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 87, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 87, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #085713; background: linear-gradient(135deg, #085713, #085748);