#07ba2d
a dark, electric green · cool · closest name: forestgreen
RGB
7, 186, 45
HSL
133°, 93%, 38%
CMYK
96, 0, 76, 27
Luminance
0.3535
Every format
| HEX | #07ba2d |
| RGB | rgb(7, 186, 45) |
| HSL | hsl(133, 93%, 38%) |
| CMYK | cmyk(96%, 0%, 76%, 27%) |
| LAB | lab(66.0 -65.8 56.4) |
| LCH | lch(66.0 86.7 139.4) |
| OKLCH | oklch(0.686 0.218 144.4) |
Copy-ready code
/* CSS */
color: #07ba2d;
background-color: #07ba2d;
/* Tailwind (arbitrary) */
class="text-[#07ba2d] bg-[#07ba2d]"
/* SCSS */
$brand: #07ba2d;
/* SwiftUI */
Color(red: 0.027, green: 0.729, blue: 0.176)
/* Android */
Color.parseColor("#07ba2d")Accessibility — WCAG contrast
Aa
#07ba2d on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07ba2d on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green72.9%
Blue17.6%
CMYK percentages
Cyan96.2%
Magenta0.0%
Yellow75.8%
Key (black)27.1%
Color previews
#07ba2d text on a black background
contrast 8.07:1
Card sample
#07ba2d text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07ba2d;
Background color
Panel with #07ba2d background
background-color: #07ba2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07ba2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 186, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 186, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07ba2d; background: linear-gradient(135deg, #07ba2d, #07BAA4);