#0a7e1d
a dark, electric green · cool · closest name: forestgreen
RGB
10, 126, 29
HSL
130°, 85%, 27%
CMYK
92, 0, 77, 51
Luminance
0.1507
Every format
| HEX | #0a7e1d |
| RGB | rgb(10, 126, 29) |
| HSL | hsl(130, 85%, 27%) |
| CMYK | cmyk(92%, 0%, 77%, 51%) |
| LAB | lab(45.7 -48.8 41.9) |
| LCH | lch(45.7 64.3 139.3) |
| OKLCH | oklch(0.516 0.162 144.3) |
Copy-ready code
/* CSS */
color: #0a7e1d;
background-color: #0a7e1d;
/* Tailwind (arbitrary) */
class="text-[#0a7e1d] bg-[#0a7e1d]"
/* SCSS */
$brand: #0a7e1d;
/* SwiftUI */
Color(red: 0.039, green: 0.494, blue: 0.114)
/* Android */
Color.parseColor("#0a7e1d")Accessibility — WCAG contrast
Aa
#0a7e1d on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0a7e1d on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green49.4%
Blue11.4%
CMYK percentages
Cyan92.1%
Magenta0.0%
Yellow77.0%
Key (black)50.6%
Color previews
#0a7e1d text on a black background
contrast 4.01:1
Card sample
#0a7e1d text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a7e1d;
Background color
Panel with #0a7e1d background
background-color: #0a7e1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a7e1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 126, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 126, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a7e1d; background: linear-gradient(135deg, #0a7e1d, #0A7E6A);