#0ba950
a dark, electric green · cool · closest name: forestgreen
RGB
11, 169, 80
HSL
146°, 88%, 35%
CMYK
94, 0, 53, 34
Luminance
0.2903
Every format
| HEX | #0ba950 |
| RGB | rgb(11, 169, 80) |
| HSL | hsl(146, 88%, 35%) |
| CMYK | cmyk(94%, 0%, 53%, 34%) |
| LAB | lab(60.8 -56.3 35.6) |
| LCH | lch(60.8 66.6 147.7) |
| OKLCH | oklch(0.643 0.173 150.3) |
Copy-ready code
/* CSS */
color: #0ba950;
background-color: #0ba950;
/* Tailwind (arbitrary) */
class="text-[#0ba950] bg-[#0ba950]"
/* SCSS */
$brand: #0ba950;
/* SwiftUI */
Color(red: 0.043, green: 0.663, blue: 0.314)
/* Android */
Color.parseColor("#0ba950")Accessibility — WCAG contrast
Aa
#0ba950 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0ba950 on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green66.3%
Blue31.4%
CMYK percentages
Cyan93.5%
Magenta0.0%
Yellow52.7%
Key (black)33.7%
Color previews
#0ba950 text on a black background
contrast 6.81:1
Card sample
#0ba950 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ba950;
Background color
Panel with #0ba950 background
background-color: #0ba950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ba950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 169, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 169, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ba950; background: linear-gradient(135deg, #0ba950, #0B99A9);