#085b2f
a deep, electric green · cool · closest name: seagreen
RGB
8, 91, 47
HSL
148°, 84%, 19%
CMYK
91, 0, 48, 64
Luminance
0.0774
Every format
| HEX | #085b2f |
| RGB | rgb(8, 91, 47) |
| HSL | hsl(148, 84%, 19%) |
| CMYK | cmyk(91%, 0%, 48%, 64%) |
| LAB | lab(33.4 -34.2 19.0) |
| LCH | lch(33.4 39.1 150.9) |
| OKLCH | oklch(0.415 0.103 153.0) |
Copy-ready code
/* CSS */
color: #085b2f;
background-color: #085b2f;
/* Tailwind (arbitrary) */
class="text-[#085b2f] bg-[#085b2f]"
/* SCSS */
$brand: #085b2f;
/* SwiftUI */
Color(red: 0.031, green: 0.357, blue: 0.184)
/* Android */
Color.parseColor("#085b2f")Accessibility — WCAG contrast
Aa
#085b2f on white: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#085b2f on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green35.7%
Blue18.4%
CMYK percentages
Cyan91.2%
Magenta0.0%
Yellow48.4%
Key (black)64.3%
Color previews
#085b2f text on a black background
contrast 2.55:1
Card sample
#085b2f text on a white background
contrast 8.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #085b2f;
Background color
Panel with #085b2f background
background-color: #085b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #085b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 91, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 91, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #085b2f; background: linear-gradient(135deg, #085b2f, #08505B);