#0c7523
a dark, electric green · cool · closest name: forestgreen
RGB
12, 117, 35
HSL
133°, 81%, 25%
CMYK
90, 0, 70, 54
Luminance
0.1292
Every format
| HEX | #0c7523 |
| RGB | rgb(12, 117, 35) |
| HSL | hsl(133, 81%, 25%) |
| CMYK | cmyk(90%, 0%, 70%, 54%) |
| LAB | lab(42.6 -45.0 36.2) |
| LCH | lch(42.6 57.8 141.2) |
| OKLCH | oklch(0.491 0.147 145.4) |
Copy-ready code
/* CSS */
color: #0c7523;
background-color: #0c7523;
/* Tailwind (arbitrary) */
class="text-[#0c7523] bg-[#0c7523]"
/* SCSS */
$brand: #0c7523;
/* SwiftUI */
Color(red: 0.047, green: 0.459, blue: 0.137)
/* Android */
Color.parseColor("#0c7523")Accessibility — WCAG contrast
Aa
#0c7523 on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c7523 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green45.9%
Blue13.7%
CMYK percentages
Cyan89.7%
Magenta0.0%
Yellow70.1%
Key (black)54.1%
Color previews
#0c7523 text on a black background
contrast 3.58:1
Card sample
#0c7523 text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c7523;
Background color
Panel with #0c7523 background
background-color: #0c7523;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c7523;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 117, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 117, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c7523; background: linear-gradient(135deg, #0c7523, #0C7569);