HSL(83, 18%, 48%)
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%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 18%, 48%) | color: hsl(83, 18%, 48%) | |
| HEX | #809064 | color: #809064 | |
| RGB | rgb(128, 144, 100) | color: rgb(128, 144, 100) | |
| CMYK | cmyk(11%, 0%, 31%, 44%) | — | |
| HSV | hsv(82, 31%, 56%) | — | |
| HWB | hwb(82 39% 44%) | color: hwb(82 39% 44%) | |
| OKLCH | oklch(0.6289 0.0655 124.48) | color: oklch(0.6289 0.0655 124.48) | |
| Lab | lab(57.52 -13.77 21.54) | color: lab(57.52 -13.77 21.54) | |
| LCH | lch(57.52 25.57 122.59) | color: lch(57.52 25.57 122.59) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#87876F — rgb(135, 135, 111)
Deuteranopia (Green-blind)
#868571 — rgb(134, 133, 113)
Tritanopia (Blue-blind)
#817779 — rgb(129, 119, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 18%, 48%);
text
color: hsl(83, 18%, 48%);
border
border: 2px solid hsl(83, 18%, 48%);
gradient light
background: linear-gradient(to right, hsl(83, 18%, 68%), hsl(83, 18%, 48%));
gradient dark
background: linear-gradient(to right, hsl(83, 18%, 48%), hsl(83, 18%, 28%))
hex
background-color: #809064;
tailwind
bg-[hsl(83,18%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 18%, 48%, 0.4);
css variable
--color-primary: hsl(83, 18%, 48%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 18%, 48%)?
HEX: #809064 | RGB: rgb(128, 144, 100) | CMYK: 11%, 0%, 31%, 44% | HSV: 82°, 31%, 56%. Copy any format from the conversion table above.
What colors go well with #809064?
The complementary color is HSL(263, 18%, 48%). 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%, 48%) in CSS?
As HSL: color: hsl(83, 18%, 48%); — As HEX: color: #809064; — As RGB: color: rgb(128, 144, 100); — Tailwind CSS: bg-[hsl(83,18%,48%)] — CSS variable: --color-primary: hsl(83, 18%, 48%);