#007739
a deep, electric green · cool · closest name: seagreen
RGB
0, 119, 57
HSL
149°, 100%, 23%
CMYK
100, 0, 52, 53
Luminance
0.1349
Every format
| HEX | #007739 |
| RGB | rgb(0, 119, 57) |
| HSL | hsl(149, 100%, 23%) |
| CMYK | cmyk(100%, 0%, 52%, 53%) |
| LAB | lab(43.5 -43.5 26.1) |
| LCH | lch(43.5 50.8 149.1) |
| OKLCH | oklch(0.498 0.133 151.4) |
Copy-ready code
/* CSS */
color: #007739;
background-color: #007739;
/* Tailwind (arbitrary) */
class="text-[#007739] bg-[#007739]"
/* SCSS */
$brand: #007739;
/* SwiftUI */
Color(red: 0.000, green: 0.467, blue: 0.224)
/* Android */
Color.parseColor("#007739")Accessibility — WCAG contrast
Aa
#007739 on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007739 on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green46.7%
Blue22.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow52.1%
Key (black)53.3%
Color previews
#007739 text on a black background
contrast 3.70:1
Card sample
#007739 text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007739;
Background color
Panel with #007739 background
background-color: #007739;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007739;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 119, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 119, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007739; background: linear-gradient(135deg, #007739, #006677);