HSL(133, 85%, 14%)
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(133,85%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(133, 85%, 14%) | color: hsl(133, 85%, 14%) | |
| HEX | #054213 | color: #054213 | |
| RGB | rgb(5, 66, 19) | color: rgb(5, 66, 19) | |
| CMYK | cmyk(92%, 0%, 71%, 74%) | — | |
| HSV | hsv(134, 92%, 26%) | — | |
| HWB | hwb(134 2% 74%) | color: hwb(134 2% 74%) | |
| OKLCH | oklch(0.3315 0.0962 146.21) | color: oklch(0.3315 0.0962 146.21) | |
| Lab | lab(23.59 -29.72 22.89) | color: lab(23.59 -29.72 22.89) | |
| LCH | lch(23.59 37.51 142.4) | color: lch(23.59 37.51 142.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)
#1F201E — rgb(31, 32, 30)
Deuteranopia (Green-blind)
#1C1721 — rgb(28, 23, 33)
Tritanopia (Blue-blind)
#082729 — rgb(8, 39, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(133, 85%, 14%);
text
color: hsl(133, 85%, 14%);
border
border: 2px solid hsl(133, 85%, 14%);
gradient light
background: linear-gradient(to right, hsl(133, 85%, 34%), hsl(133, 85%, 14%));
gradient dark
background: linear-gradient(to right, hsl(133, 85%, 14%), hsl(133, 85%, 0%))
hex
background-color: #054213;
tailwind
bg-[hsl(133,85%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(133, 85%, 14%, 0.4);
css variable
--color-primary: hsl(133, 85%, 14%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(133, 85%, 14%)?
HEX: #054213 | RGB: rgb(5, 66, 19) | CMYK: 92%, 0%, 71%, 74% | HSV: 134°, 92%, 26%. Copy any format from the conversion table above.
What colors go well with #054213?
The complementary color is HSL(313, 85%, 14%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(133, 85%, 14%) in CSS?
As HSL: color: hsl(133, 85%, 14%); — As HEX: color: #054213; — As RGB: color: rgb(5, 66, 19); — Tailwind CSS: bg-[hsl(133,85%,14%)] — CSS variable: --color-primary: hsl(133, 85%, 14%);