#0b983f
a dark, electric green · cool · closest name: forestgreen
RGB
11, 152, 63
HSL
142°, 87%, 32%
CMYK
93, 0, 59, 40
Luminance
0.2289
Every format
| HEX | #0b983f |
| RGB | rgb(11, 152, 63) |
| HSL | hsl(142, 87%, 32%) |
| CMYK | cmyk(93%, 0%, 59%, 40%) |
| LAB | lab(55.0 -53.2 37.0) |
| LCH | lch(55.0 64.8 145.2) |
| OKLCH | oklch(0.594 0.168 148.4) |
Copy-ready code
/* CSS */
color: #0b983f;
background-color: #0b983f;
/* Tailwind (arbitrary) */
class="text-[#0b983f] bg-[#0b983f]"
/* SCSS */
$brand: #0b983f;
/* SwiftUI */
Color(red: 0.043, green: 0.596, blue: 0.247)
/* Android */
Color.parseColor("#0b983f")Accessibility — WCAG contrast
Aa
#0b983f on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0b983f on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green59.6%
Blue24.7%
CMYK percentages
Cyan92.8%
Magenta0.0%
Yellow58.6%
Key (black)40.4%
Color previews
#0b983f text on a black background
contrast 5.58:1
Card sample
#0b983f text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b983f;
Background color
Panel with #0b983f background
background-color: #0b983f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b983f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 152, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 152, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b983f; background: linear-gradient(135deg, #0b983f, #0B9398);