#0c7c09
a dark, electric green · cool · closest name: green
RGB
12, 124, 9
HSL
118°, 87%, 26%
CMYK
90, 0, 93, 51
Luminance
0.1451
Every format
| HEX | #0c7c09 |
| RGB | rgb(12, 124, 9) |
| HSL | hsl(118, 87%, 26%) |
| CMYK | cmyk(90%, 0%, 93%, 51%) |
| LAB | lab(45.0 -49.2 47.0) |
| LCH | lch(45.0 68.0 136.3) |
| OKLCH | oklch(0.510 0.168 142.4) |
Copy-ready code
/* CSS */
color: #0c7c09;
background-color: #0c7c09;
/* Tailwind (arbitrary) */
class="text-[#0c7c09] bg-[#0c7c09]"
/* SCSS */
$brand: #0c7c09;
/* SwiftUI */
Color(red: 0.047, green: 0.486, blue: 0.035)
/* Android */
Color.parseColor("#0c7c09")Accessibility — WCAG contrast
Aa
#0c7c09 on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c7c09 on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green48.6%
Blue3.5%
CMYK percentages
Cyan90.3%
Magenta0.0%
Yellow92.7%
Key (black)51.4%
Color previews
#0c7c09 text on a black background
contrast 3.90:1
Card sample
#0c7c09 text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c7c09;
Background color
Panel with #0c7c09 background
background-color: #0c7c09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c7c09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 124, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 124, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c7c09; background: linear-gradient(135deg, #0c7c09, #097C53);