#0b6000
a deep, electric green · cool · closest name: green
RGB
11, 96, 0
HSL
113°, 100%, 19%
CMYK
89, 0, 100, 62
Luminance
0.0844
Every format
| HEX | #0b6000 |
| RGB | rgb(11, 96, 0) |
| HSL | hsl(113, 100%, 19%) |
| CMYK | cmyk(89%, 0%, 100%, 62%) |
| LAB | lab(34.9 -40.9 40.9) |
| LCH | lch(34.9 57.8 135.0) |
| OKLCH | oklch(0.425 0.142 141.6) |
Copy-ready code
/* CSS */
color: #0b6000;
background-color: #0b6000;
/* Tailwind (arbitrary) */
class="text-[#0b6000] bg-[#0b6000]"
/* SCSS */
$brand: #0b6000;
/* SwiftUI */
Color(red: 0.043, green: 0.376, blue: 0.000)
/* Android */
Color.parseColor("#0b6000")Accessibility — WCAG contrast
Aa
#0b6000 on white: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b6000 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green37.6%
Blue0.0%
CMYK percentages
Cyan88.5%
Magenta0.0%
Yellow100.0%
Key (black)62.4%
Color previews
#0b6000 text on a black background
contrast 2.69:1
Card sample
#0b6000 text on a white background
contrast 7.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b6000;
Background color
Panel with #0b6000 background
background-color: #0b6000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b6000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 96, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 96, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b6000; background: linear-gradient(135deg, #0b6000, #006035);