#007f3c
a deep, electric green · cool · closest name: seagreen
RGB
0, 127, 60
HSL
148°, 100%, 25%
CMYK
100, 0, 53, 50
Luminance
0.1550
Every format
| HEX | #007f3c |
| RGB | rgb(0, 127, 60) |
| HSL | hsl(148, 100%, 25%) |
| CMYK | cmyk(100%, 0%, 53%, 50%) |
| LAB | lab(46.3 -45.9 28.0) |
| LCH | lch(46.3 53.7 148.6) |
| OKLCH | oklch(0.522 0.140 151.1) |
Copy-ready code
/* CSS */
color: #007f3c;
background-color: #007f3c;
/* Tailwind (arbitrary) */
class="text-[#007f3c] bg-[#007f3c]"
/* SCSS */
$brand: #007f3c;
/* SwiftUI */
Color(red: 0.000, green: 0.498, blue: 0.235)
/* Android */
Color.parseColor("#007f3c")Accessibility — WCAG contrast
Aa
#007f3c on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007f3c on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green49.8%
Blue23.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow52.8%
Key (black)50.2%
Color previews
#007f3c text on a black background
contrast 4.10:1
Card sample
#007f3c text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007f3c;
Background color
Panel with #007f3c background
background-color: #007f3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007f3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 127, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 127, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007f3c; background: linear-gradient(135deg, #007f3c, #006D7F);