#007749
a deep, electric green · cool · closest name: seagreen
RGB
0, 119, 73
HSL
157°, 100%, 23%
CMYK
100, 0, 39, 53
Luminance
0.1367
Every format
| HEX | #007749 |
| RGB | rgb(0, 119, 73) |
| HSL | hsl(157, 100%, 23%) |
| CMYK | cmyk(100%, 0%, 39%, 53%) |
| LAB | lab(43.8 -40.3 17.5) |
| LCH | lch(43.8 43.9 156.6) |
| OKLCH | oklch(0.501 0.117 158.1) |
Copy-ready code
/* CSS */
color: #007749;
background-color: #007749;
/* Tailwind (arbitrary) */
class="text-[#007749] bg-[#007749]"
/* SCSS */
$brand: #007749;
/* SwiftUI */
Color(red: 0.000, green: 0.467, blue: 0.286)
/* Android */
Color.parseColor("#007749")Accessibility — WCAG contrast
Aa
#007749 on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007749 on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green46.7%
Blue28.6%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow38.7%
Key (black)53.3%
Color previews
#007749 text on a black background
contrast 3.73:1
Card sample
#007749 text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007749;
Background color
Panel with #007749 background
background-color: #007749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 119, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 119, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007749; background: linear-gradient(135deg, #007749, #005677);