HSL(78, 50%, 7%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(78,50%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(78, 50%, 7%) | color: hsl(78, 50%, 7%) | |
| HEX | #151B09 | color: #151B09 | |
| RGB | rgb(21, 27, 9) | color: rgb(21, 27, 9) | |
| CMYK | cmyk(22%, 0%, 67%, 89%) | — | |
| HSV | hsv(80, 67%, 11%) | — | |
| HWB | hwb(80 4% 89%) | color: hwb(80 4% 89%) | |
| OKLCH | oklch(0.2104 0.0337 124.36) | color: oklch(0.2104 0.0337 124.36) | |
| Lab | lab(8.68 -6.67 9.18) | color: lab(8.68 -6.67 9.18) | |
| LCH | lch(8.68 11.35 126) | color: lch(8.68 11.35 126) |
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)
#18180D — rgb(24, 24, 13)
Deuteranopia (Green-blind)
#17170E — rgb(23, 23, 14)
Tritanopia (Blue-blind)
#151112 — rgb(21, 17, 18)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(78, 50%, 7%);
text
color: hsl(78, 50%, 7%);
border
border: 2px solid hsl(78, 50%, 7%);
gradient light
background: linear-gradient(to right, hsl(78, 50%, 27%), hsl(78, 50%, 7%));
gradient dark
background: linear-gradient(to right, hsl(78, 50%, 7%), hsl(78, 50%, 0%))
hex
background-color: #151B09;
tailwind
bg-[hsl(78,50%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(78, 50%, 7%, 0.4);
css variable
--color-primary: hsl(78, 50%, 7%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(78, 50%, 7%)?
HEX: #151B09 | RGB: rgb(21, 27, 9) | CMYK: 22%, 0%, 67%, 89% | HSV: 80°, 67%, 11%. Copy any format from the conversion table above.
What colors go well with #151B09?
The complementary color is HSL(258, 50%, 7%). For a triadic harmony, use hues 78°, 198°, and 318°. For analogous combinations, try hues 48° and 108°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(78, 50%, 7%) in CSS?
As HSL: color: hsl(78, 50%, 7%); — As HEX: color: #151B09; — As RGB: color: rgb(21, 27, 9); — Tailwind CSS: bg-[hsl(78,50%,7%)] — CSS variable: --color-primary: hsl(78, 50%, 7%);