#0ba032
a dark, electric green · cool · closest name: forestgreen
RGB
11, 160, 50
HSL
136°, 87%, 34%
CMYK
93, 0, 69, 37
Luminance
0.2544
Every format
| HEX | #0ba032 |
| RGB | rgb(11, 160, 50) |
| HSL | hsl(136, 87%, 34%) |
| CMYK | cmyk(93%, 0%, 69%, 37%) |
| LAB | lab(57.5 -57.4 45.8) |
| LCH | lch(57.5 73.4 141.4) |
| OKLCH | oklch(0.615 0.187 145.6) |
Copy-ready code
/* CSS */
color: #0ba032;
background-color: #0ba032;
/* Tailwind (arbitrary) */
class="text-[#0ba032] bg-[#0ba032]"
/* SCSS */
$brand: #0ba032;
/* SwiftUI */
Color(red: 0.043, green: 0.627, blue: 0.196)
/* Android */
Color.parseColor("#0ba032")Accessibility — WCAG contrast
Aa
#0ba032 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0ba032 on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green62.7%
Blue19.6%
CMYK percentages
Cyan93.1%
Magenta0.0%
Yellow68.8%
Key (black)37.3%
Color previews
#0ba032 text on a black background
contrast 6.09:1
Card sample
#0ba032 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ba032;
Background color
Panel with #0ba032 background
background-color: #0ba032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ba032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 160, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 160, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ba032; background: linear-gradient(135deg, #0ba032, #0BA095);