HSL(83, 18%, 19%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(83,18%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 18%, 19%) | color: hsl(83, 18%, 19%) | |
| HEX | #323928 | color: #323928 | |
| RGB | rgb(50, 57, 40) | color: rgb(50, 57, 40) | |
| CMYK | cmyk(12%, 0%, 30%, 78%) | — | |
| HSV | hsv(85, 30%, 22%) | — | |
| HWB | hwb(85 15% 78%) | color: hwb(85 15% 78%) | |
| OKLCH | oklch(0.3326 0.0303 126.17) | color: oklch(0.3326 0.0303 126.17) | |
| Lab | lab(22.85 -6.67 9.65) | color: lab(22.85 -6.67 9.65) | |
| LCH | lch(22.85 11.73 124.65) | color: lch(22.85 11.73 124.65) |
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)
#35352C — rgb(53, 53, 44)
Deuteranopia (Green-blind)
#35342D — rgb(53, 52, 45)
Tritanopia (Blue-blind)
#322F30 — rgb(50, 47, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 18%, 19%);
text
color: hsl(83, 18%, 19%);
border
border: 2px solid hsl(83, 18%, 19%);
gradient light
background: linear-gradient(to right, hsl(83, 18%, 39%), hsl(83, 18%, 19%));
gradient dark
background: linear-gradient(to right, hsl(83, 18%, 19%), hsl(83, 18%, 0%))
hex
background-color: #323928;
tailwind
bg-[hsl(83,18%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 18%, 19%, 0.4);
css variable
--color-primary: hsl(83, 18%, 19%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 18%, 19%)?
HEX: #323928 | RGB: rgb(50, 57, 40) | CMYK: 12%, 0%, 30%, 78% | HSV: 85°, 30%, 22%. Copy any format from the conversion table above.
What colors go well with #323928?
The complementary color is HSL(263, 18%, 19%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 18%, 19%) in CSS?
As HSL: color: hsl(83, 18%, 19%); — As HEX: color: #323928; — As RGB: color: rgb(50, 57, 40); — Tailwind CSS: bg-[hsl(83,18%,19%)] — CSS variable: --color-primary: hsl(83, 18%, 19%);