HSL(80, 10%, 14%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(80,10%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 10%, 14%) | color: hsl(80, 10%, 14%) | |
| HEX | #252720 | color: #252720 | |
| RGB | rgb(37, 39, 32) | color: rgb(37, 39, 32) | |
| CMYK | cmyk(5%, 0%, 18%, 85%) | — | |
| HSV | hsv(77, 18%, 15%) | — | |
| HWB | hwb(77 12% 85%) | color: hwb(77 12% 85%) | |
| OKLCH | oklch(0.2682 0.0129 120.24) | color: oklch(0.2682 0.0129 120.24) | |
| Lab | lab(15.22 -2.54 4.33) | color: lab(15.22 -2.54 4.33) | |
| LCH | lch(15.22 5.02 120.4) | color: lch(15.22 5.02 120.4) |
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)
#262622 — rgb(38, 38, 34)
Deuteranopia (Green-blind)
#262622 — rgb(38, 38, 34)
Tritanopia (Blue-blind)
#252323 — rgb(37, 35, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 10%, 14%);
text
color: hsl(80, 10%, 14%);
border
border: 2px solid hsl(80, 10%, 14%);
gradient light
background: linear-gradient(to right, hsl(80, 10%, 34%), hsl(80, 10%, 14%));
gradient dark
background: linear-gradient(to right, hsl(80, 10%, 14%), hsl(80, 10%, 0%))
hex
background-color: #252720;
tailwind
bg-[hsl(80,10%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 10%, 14%, 0.4);
css variable
--color-primary: hsl(80, 10%, 14%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(80, 10%, 14%)?
HEX: #252720 | RGB: rgb(37, 39, 32) | CMYK: 5%, 0%, 18%, 85% | HSV: 77°, 18%, 15%. Copy any format from the conversion table above.
What colors go well with #252720?
The complementary color is HSL(260, 10%, 14%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 10%, 14%) in CSS?
As HSL: color: hsl(80, 10%, 14%); — As HEX: color: #252720; — As RGB: color: rgb(37, 39, 32); — Tailwind CSS: bg-[hsl(80,10%,14%)] — CSS variable: --color-primary: hsl(80, 10%, 14%);