#076830
a deep, electric green · cool · closest name: seagreen
RGB
7, 104, 48
HSL
145°, 87%, 22%
CMYK
93, 0, 54, 59
Luminance
0.1016
Every format
| HEX | #076830 |
| RGB | rgb(7, 104, 48) |
| HSL | hsl(145, 87%, 22%) |
| CMYK | cmyk(93%, 0%, 54%, 59%) |
| LAB | lab(38.1 -39.1 24.4) |
| LCH | lch(38.1 46.0 148.1) |
| OKLCH | oklch(0.454 0.120 150.6) |
Copy-ready code
/* CSS */
color: #076830;
background-color: #076830;
/* Tailwind (arbitrary) */
class="text-[#076830] bg-[#076830]"
/* SCSS */
$brand: #076830;
/* SwiftUI */
Color(red: 0.027, green: 0.408, blue: 0.188)
/* Android */
Color.parseColor("#076830")Accessibility — WCAG contrast
Aa
#076830 on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#076830 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green40.8%
Blue18.8%
CMYK percentages
Cyan93.3%
Magenta0.0%
Yellow53.8%
Key (black)59.2%
Color previews
#076830 text on a black background
contrast 3.03:1
Card sample
#076830 text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #076830;
Background color
Panel with #076830 background
background-color: #076830;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #076830;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 104, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 104, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #076830; background: linear-gradient(135deg, #076830, #075F68);