#0c7730
a dark, electric green · cool · closest name: seagreen
RGB
12, 119, 48
HSL
140°, 82%, 26%
CMYK
90, 0, 60, 53
Luminance
0.1349
Every format
| HEX | #0c7730 |
| RGB | rgb(12, 119, 48) |
| HSL | hsl(140, 82%, 26%) |
| CMYK | cmyk(90%, 0%, 60%, 53%) |
| LAB | lab(43.5 -44.0 30.9) |
| LCH | lch(43.5 53.8 145.0) |
| OKLCH | oklch(0.498 0.139 148.1) |
Copy-ready code
/* CSS */
color: #0c7730;
background-color: #0c7730;
/* Tailwind (arbitrary) */
class="text-[#0c7730] bg-[#0c7730]"
/* SCSS */
$brand: #0c7730;
/* SwiftUI */
Color(red: 0.047, green: 0.467, blue: 0.188)
/* Android */
Color.parseColor("#0c7730")Accessibility — WCAG contrast
Aa
#0c7730 on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c7730 on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green46.7%
Blue18.8%
CMYK percentages
Cyan89.9%
Magenta0.0%
Yellow59.7%
Key (black)53.3%
Color previews
#0c7730 text on a black background
contrast 3.70:1
Card sample
#0c7730 text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c7730;
Background color
Panel with #0c7730 background
background-color: #0c7730;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c7730;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 119, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 119, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c7730; background: linear-gradient(135deg, #0c7730, #0C7777);