HSL(97, 83%, 16%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,83%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 83%, 16%) | color: hsl(97, 83%, 16%) | |
| HEX | #214B07 | color: #214B07 | |
| RGB | rgb(33, 75, 7) | color: rgb(33, 75, 7) | |
| CMYK | cmyk(56%, 0%, 91%, 71%) | — | |
| HSV | hsv(97, 91%, 29%) | — | |
| HWB | hwb(97 3% 71%) | color: hwb(97 3% 71%) | |
| OKLCH | oklch(0.3682 0.1049 136.83) | color: oklch(0.3682 0.1049 136.83) | |
| Lab | lab(27.77 -27.5 32.62) | color: lab(27.77 -27.5 32.62) | |
| LCH | lch(27.77 42.67 130.13) | color: lch(27.77 42.67 130.13) |
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)
#333417 — rgb(51, 52, 23)
Deuteranopia (Green-blind)
#312E1B — rgb(49, 46, 27)
Tritanopia (Blue-blind)
#232427 — rgb(35, 36, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 83%, 16%);
text
color: hsl(97, 83%, 16%);
border
border: 2px solid hsl(97, 83%, 16%);
gradient light
background: linear-gradient(to right, hsl(97, 83%, 36%), hsl(97, 83%, 16%));
gradient dark
background: linear-gradient(to right, hsl(97, 83%, 16%), hsl(97, 83%, 0%))
hex
background-color: #214B07;
tailwind
bg-[hsl(97,83%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 83%, 16%, 0.4);
css variable
--color-primary: hsl(97, 83%, 16%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 83%, 16%)?
HEX: #214B07 | RGB: rgb(33, 75, 7) | CMYK: 56%, 0%, 91%, 71% | HSV: 97°, 91%, 29%. Copy any format from the conversion table above.
What colors go well with #214B07?
The complementary color is HSL(277, 83%, 16%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 83%, 16%) in CSS?
As HSL: color: hsl(97, 83%, 16%); — As HEX: color: #214B07; — As RGB: color: rgb(33, 75, 7); — Tailwind CSS: bg-[hsl(97,83%,16%)] — CSS variable: --color-primary: hsl(97, 83%, 16%);