#0f993d
a dark, electric green · cool · closest name: forestgreen
RGB
15, 153, 61
HSL
140°, 82%, 33%
CMYK
90, 0, 60, 40
Luminance
0.2322
Every format
| HEX | #0f993d |
| RGB | rgb(15, 153, 61) |
| HSL | hsl(140, 82%, 33%) |
| CMYK | cmyk(90%, 0%, 60%, 40%) |
| LAB | lab(55.3 -53.5 38.3) |
| LCH | lch(55.3 65.8 144.4) |
| OKLCH | oklch(0.597 0.170 147.7) |
Copy-ready code
/* CSS */
color: #0f993d;
background-color: #0f993d;
/* Tailwind (arbitrary) */
class="text-[#0f993d] bg-[#0f993d]"
/* SCSS */
$brand: #0f993d;
/* SwiftUI */
Color(red: 0.059, green: 0.600, blue: 0.239)
/* Android */
Color.parseColor("#0f993d")Accessibility — WCAG contrast
Aa
#0f993d on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f993d on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green60.0%
Blue23.9%
CMYK percentages
Cyan90.2%
Magenta0.0%
Yellow60.1%
Key (black)40.0%
Color previews
#0f993d text on a black background
contrast 5.64:1
Card sample
#0f993d text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f993d;
Background color
Panel with #0f993d background
background-color: #0f993d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f993d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 153, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 153, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f993d; background: linear-gradient(135deg, #0f993d, #0F9999);