#0b8500
a dark, electric green · cool · “green”
RGB
11, 133, 0
HSL
115°, 100%, 26%
CMYK
92, 0, 100, 48
Luminance
0.1685
Every format
| HEX | #0b8500 |
| RGB | rgb(11, 133, 0) |
| HSL | hsl(115, 100%, 26%) |
| CMYK | cmyk(92%, 0%, 100%, 48%) |
| LAB | lab(48.1 -52.3 51.4) |
| LCH | lch(48.1 73.3 135.5) |
| OKLCH | oklch(0.535 0.180 142.1) |
Copy-ready code
/* CSS */
color: #0b8500;
background-color: #0b8500;
/* Tailwind (arbitrary) */
class="text-[#0b8500] bg-[#0b8500]"
/* SCSS */
$brand: #0b8500;
/* SwiftUI */
Color(red: 0.043, green: 0.522, blue: 0.000)
/* Android */
Color.parseColor("#0b8500")Accessibility — WCAG contrast
Aa
#0b8500 on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0b8500 on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green52.2%
Blue0.0%
CMYK percentages
Cyan91.7%
Magenta0.0%
Yellow100.0%
Key (black)47.8%
Color previews
#0b8500 text on a black background
contrast 4.37:1
Card sample
#0b8500 text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b8500;
Background color
Panel with #0b8500 background
background-color: #0b8500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b8500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 133, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 133, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b8500; background: linear-gradient(135deg, #0b8500, #00854E);