#0bc934
a dark, electric green · cool · closest name: forestgreen
RGB
11, 201, 52
HSL
133°, 90%, 42%
CMYK
95, 0, 74, 21
Luminance
0.4209
Every format
| HEX | #0bc934 |
| RGB | rgb(11, 201, 52) |
| HSL | hsl(133, 90%, 42%) |
| CMYK | cmyk(95%, 0%, 74%, 21%) |
| LAB | lab(70.9 -69.4 59.0) |
| LCH | lch(70.9 91.0 139.6) |
| OKLCH | oklch(0.727 0.230 144.5) |
Copy-ready code
/* CSS */
color: #0bc934;
background-color: #0bc934;
/* Tailwind (arbitrary) */
class="text-[#0bc934] bg-[#0bc934]"
/* SCSS */
$brand: #0bc934;
/* SwiftUI */
Color(red: 0.043, green: 0.788, blue: 0.204)
/* Android */
Color.parseColor("#0bc934")Accessibility — WCAG contrast
Aa
#0bc934 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bc934 on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green78.8%
Blue20.4%
CMYK percentages
Cyan94.5%
Magenta0.0%
Yellow74.1%
Key (black)21.2%
Color previews
#0bc934 text on a black background
contrast 9.42:1
Card sample
#0bc934 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bc934;
Background color
Panel with #0bc934 background
background-color: #0bc934;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bc934;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 201, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 201, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bc934; background: linear-gradient(135deg, #0bc934, #0BC9B3);