#0f942c
a dark, electric green · cool · closest name: forestgreen
RGB
15, 148, 44
HSL
133°, 82%, 32%
CMYK
90, 0, 70, 42
Luminance
0.2146
Every format
| HEX | #0f942c |
| RGB | rgb(15, 148, 44) |
| HSL | hsl(133, 82%, 32%) |
| CMYK | cmyk(90%, 0%, 70%, 42%) |
| LAB | lab(53.5 -53.9 43.9) |
| LCH | lch(53.5 69.5 140.8) |
| OKLCH | oklch(0.581 0.177 145.2) |
Copy-ready code
/* CSS */
color: #0f942c;
background-color: #0f942c;
/* Tailwind (arbitrary) */
class="text-[#0f942c] bg-[#0f942c]"
/* SCSS */
$brand: #0f942c;
/* SwiftUI */
Color(red: 0.059, green: 0.580, blue: 0.173)
/* Android */
Color.parseColor("#0f942c")Accessibility — WCAG contrast
Aa
#0f942c on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f942c on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green58.0%
Blue17.3%
CMYK percentages
Cyan89.9%
Magenta0.0%
Yellow70.3%
Key (black)42.0%
Color previews
#0f942c text on a black background
contrast 5.29:1
Card sample
#0f942c text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f942c;
Background color
Panel with #0f942c background
background-color: #0f942c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f942c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 148, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 148, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f942c; background: linear-gradient(135deg, #0f942c, #0F9485);