HSL(83, 48%, 38%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,48%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 48%, 38%) | color: hsl(83, 48%, 38%) | |
| HEX | #6C8F32 | color: #6C8F32 | |
| RGB | rgb(108, 143, 50) | color: rgb(108, 143, 50) | |
| CMYK | cmyk(24%, 0%, 65%, 44%) | — | |
| HSV | hsv(83, 65%, 56%) | — | |
| HWB | hwb(83 20% 44%) | color: hwb(83 20% 44%) | |
| OKLCH | oklch(0.604 0.1274 127.41) | color: oklch(0.604 0.1274 127.41) | |
| Lab | lab(55.14 -27.24 44.11) | color: lab(55.14 -27.24 44.11) | |
| LCH | lch(55.14 51.84 121.7) | color: lch(55.14 51.84 121.7) |
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)
#7B7B49 — rgb(123, 123, 73)
Deuteranopia (Green-blind)
#79774E — rgb(121, 119, 78)
Tritanopia (Blue-blind)
#6E5A5E — rgb(110, 90, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 48%, 38%);
text
color: hsl(83, 48%, 38%);
border
border: 2px solid hsl(83, 48%, 38%);
gradient light
background: linear-gradient(to right, hsl(83, 48%, 58%), hsl(83, 48%, 38%));
gradient dark
background: linear-gradient(to right, hsl(83, 48%, 38%), hsl(83, 48%, 18%))
hex
background-color: #6C8F32;
tailwind
bg-[hsl(83,48%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 48%, 38%, 0.4);
css variable
--color-primary: hsl(83, 48%, 38%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 48%, 38%)?
HEX: #6C8F32 | RGB: rgb(108, 143, 50) | CMYK: 24%, 0%, 65%, 44% | HSV: 83°, 65%, 56%. Copy any format from the conversion table above.
What colors go well with #6C8F32?
The complementary color is HSL(263, 48%, 38%). 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, 48%, 38%) in CSS?
As HSL: color: hsl(83, 48%, 38%); — As HEX: color: #6C8F32; — As RGB: color: rgb(108, 143, 50); — Tailwind CSS: bg-[hsl(83,48%,38%)] — CSS variable: --color-primary: hsl(83, 48%, 38%);