#0bd73a
a dark, electric green · cool · closest name: lime
RGB
11, 215, 58
HSL
134°, 90%, 44%
CMYK
95, 0, 73, 16
Luminance
0.4898
Every format
| HEX | #0bd73a |
| RGB | rgb(11, 215, 58) |
| HSL | hsl(134, 90%, 44%) |
| CMYK | cmyk(95%, 0%, 73%, 16%) |
| LAB | lab(75.4 -72.9 61.4) |
| LCH | lch(75.4 95.3 139.9) |
| OKLCH | oklch(0.764 0.241 144.7) |
Copy-ready code
/* CSS */
color: #0bd73a;
background-color: #0bd73a;
/* Tailwind (arbitrary) */
class="text-[#0bd73a] bg-[#0bd73a]"
/* SCSS */
$brand: #0bd73a;
/* SwiftUI */
Color(red: 0.043, green: 0.843, blue: 0.227)
/* Android */
Color.parseColor("#0bd73a")Accessibility — WCAG contrast
Aa
#0bd73a on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bd73a on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green84.3%
Blue22.7%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow73.0%
Key (black)15.7%
Color previews
#0bd73a text on a black background
contrast 10.80:1
Card sample
#0bd73a text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bd73a;
Background color
Panel with #0bd73a background
background-color: #0bd73a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bd73a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 215, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 215, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bd73a; background: linear-gradient(135deg, #0bd73a, #0BD7C2);