#015708
a deep, electric green · cool · closest name: forestgreen
RGB
1, 87, 8
HSL
125°, 98%, 17%
CMYK
99, 0, 91, 66
Luminance
0.0684
Every format
| HEX | #015708 |
| RGB | rgb(1, 87, 8) |
| HSL | hsl(125, 98%, 17%) |
| CMYK | cmyk(99%, 0%, 91%, 66%) |
| LAB | lab(31.4 -38.7 35.3) |
| LCH | lch(31.4 52.4 137.6) |
| OKLCH | oklch(0.396 0.131 143.3) |
Copy-ready code
/* CSS */
color: #015708;
background-color: #015708;
/* Tailwind (arbitrary) */
class="text-[#015708] bg-[#015708]"
/* SCSS */
$brand: #015708;
/* SwiftUI */
Color(red: 0.004, green: 0.341, blue: 0.031)
/* Android */
Color.parseColor("#015708")Accessibility — WCAG contrast
Aa
#015708 on white: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#015708 on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green34.1%
Blue3.1%
CMYK percentages
Cyan98.9%
Magenta0.0%
Yellow90.8%
Key (black)65.9%
Color previews
#015708 text on a black background
contrast 2.37:1
Card sample
#015708 text on a white background
contrast 8.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #015708;
Background color
Panel with #015708 background
background-color: #015708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #015708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 87, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 87, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #015708; background: linear-gradient(135deg, #015708, #015742);