#007607
a deep, electric green · cool · closest name: green
RGB
0, 118, 7
HSL
124°, 100%, 23%
CMYK
100, 0, 94, 54
Luminance
0.1297
Every format
| HEX | #007607 |
| RGB | rgb(0, 118, 7) |
| HSL | hsl(124, 100%, 23%) |
| CMYK | cmyk(100%, 0%, 94%, 54%) |
| LAB | lab(42.7 -48.5 45.5) |
| LCH | lch(42.7 66.5 136.8) |
| OKLCH | oklch(0.490 0.165 142.9) |
Copy-ready code
/* CSS */
color: #007607;
background-color: #007607;
/* Tailwind (arbitrary) */
class="text-[#007607] bg-[#007607]"
/* SCSS */
$brand: #007607;
/* SwiftUI */
Color(red: 0.000, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#007607")Accessibility — WCAG contrast
Aa
#007607 on white: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007607 on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green46.3%
Blue2.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow94.1%
Key (black)53.7%
Color previews
#007607 text on a black background
contrast 3.59:1
Card sample
#007607 text on a white background
contrast 5.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007607;
Background color
Panel with #007607 background
background-color: #007607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007607; background: linear-gradient(135deg, #007607, #007656);