HSL(113, 38%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,38%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 38%, 63%) | color: hsl(113, 38%, 63%) | |
| HEX | #85C57D | color: #85C57D | |
| RGB | rgb(133, 197, 125) | color: rgb(133, 197, 125) | |
| CMYK | cmyk(32%, 0%, 37%, 23%) | — | |
| HSV | hsv(113, 37%, 77%) | — | |
| HWB | hwb(113 49% 23%) | color: hwb(113 49% 23%) | |
| OKLCH | oklch(0.7621 0.1197 141.72) | color: oklch(0.7621 0.1197 141.72) | |
| Lab | lab(73.8 -34.46 29.81) | color: lab(73.8 -34.46 29.81) | |
| LCH | lch(73.8 45.56 139.14) | color: lch(73.8 45.56 139.14) |
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)
#A1A18E — rgb(161, 161, 142)
Deuteranopia (Green-blind)
#9D9893 — rgb(157, 152, 147)
Tritanopia (Blue-blind)
#889C9F — rgb(136, 156, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 38%, 63%);
text
color: hsl(113, 38%, 63%);
border
border: 2px solid hsl(113, 38%, 63%);
gradient light
background: linear-gradient(to right, hsl(113, 38%, 83%), hsl(113, 38%, 63%));
gradient dark
background: linear-gradient(to right, hsl(113, 38%, 63%), hsl(113, 38%, 43%))
hex
background-color: #85C57D;
tailwind
bg-[hsl(113,38%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 38%, 63%, 0.4);
css variable
--color-primary: hsl(113, 38%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 38%, 63%)?
HEX: #85C57D | RGB: rgb(133, 197, 125) | CMYK: 32%, 0%, 37%, 23% | HSV: 113°, 37%, 77%. Copy any format from the conversion table above.
What colors go well with #85C57D?
The complementary color is HSL(293, 38%, 63%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 38%, 63%) in CSS?
As HSL: color: hsl(113, 38%, 63%); — As HEX: color: #85C57D; — As RGB: color: rgb(133, 197, 125); — Tailwind CSS: bg-[hsl(113,38%,63%)] — CSS variable: --color-primary: hsl(113, 38%, 63%);