HSL(148, 47%, 8%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(148,47%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(148, 47%, 8%) | color: hsl(148, 47%, 8%) | |
| HEX | #0B1E14 | color: #0B1E14 | |
| RGB | rgb(11, 30, 20) | color: rgb(11, 30, 20) | |
| CMYK | cmyk(63%, 0%, 33%, 88%) | — | |
| HSV | hsv(148, 63%, 12%) | — | |
| HWB | hwb(148 4% 88%) | color: hwb(148 4% 88%) | |
| OKLCH | oklch(0.2151 0.0322 159.06) | color: oklch(0.2151 0.0322 159.06) | |
| Lab | lab(9.4 -10.69 4.4) | color: lab(9.4 -10.69 4.4) | |
| LCH | lch(9.4 11.56 157.63) | color: lch(9.4 11.56 157.63) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#131316 — rgb(19, 19, 22)
Deuteranopia (Green-blind)
#121117 — rgb(18, 17, 23)
Tritanopia (Blue-blind)
#0C1819 — rgb(12, 24, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(148, 47%, 8%);
text
color: hsl(148, 47%, 8%);
border
border: 2px solid hsl(148, 47%, 8%);
gradient light
background: linear-gradient(to right, hsl(148, 47%, 28%), hsl(148, 47%, 8%));
gradient dark
background: linear-gradient(to right, hsl(148, 47%, 8%), hsl(148, 47%, 0%))
hex
background-color: #0B1E14;
tailwind
bg-[hsl(148,47%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(148, 47%, 8%, 0.4);
css variable
--color-primary: hsl(148, 47%, 8%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(148, 47%, 8%)?
HEX: #0B1E14 | RGB: rgb(11, 30, 20) | CMYK: 63%, 0%, 33%, 88% | HSV: 148°, 63%, 12%. Copy any format from the conversion table above.
What colors go well with #0B1E14?
The complementary color is HSL(328, 47%, 8%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(148, 47%, 8%) in CSS?
As HSL: color: hsl(148, 47%, 8%); — As HEX: color: #0B1E14; — As RGB: color: rgb(11, 30, 20); — Tailwind CSS: bg-[hsl(148,47%,8%)] — CSS variable: --color-primary: hsl(148, 47%, 8%);