#0ba73f
a dark, electric green · cool · closest name: forestgreen
RGB
11, 167, 63
HSL
140°, 88%, 35%
CMYK
93, 0, 62, 35
Luminance
0.2807
Every format
| HEX | #0ba73f |
| RGB | rgb(11, 167, 63) |
| HSL | hsl(140, 88%, 35%) |
| CMYK | cmyk(93%, 0%, 62%, 35%) |
| LAB | lab(60.0 -58.0 42.8) |
| LCH | lch(60.0 72.1 143.6) |
| OKLCH | oklch(0.636 0.185 147.2) |
Copy-ready code
/* CSS */
color: #0ba73f;
background-color: #0ba73f;
/* Tailwind (arbitrary) */
class="text-[#0ba73f] bg-[#0ba73f]"
/* SCSS */
$brand: #0ba73f;
/* SwiftUI */
Color(red: 0.043, green: 0.655, blue: 0.247)
/* Android */
Color.parseColor("#0ba73f")Accessibility — WCAG contrast
Aa
#0ba73f on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0ba73f on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green65.5%
Blue24.7%
CMYK percentages
Cyan93.4%
Magenta0.0%
Yellow62.3%
Key (black)34.5%
Color previews
#0ba73f text on a black background
contrast 6.61:1
Card sample
#0ba73f text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ba73f;
Background color
Panel with #0ba73f background
background-color: #0ba73f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ba73f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 167, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 167, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ba73f; background: linear-gradient(135deg, #0ba73f, #0BA7A7);