HSL(107, 34%, 53%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(107,34%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 34%, 53%) | color: hsl(107, 34%, 53%) | |
| HEX | #70B05E | color: #70B05E | |
| RGB | rgb(112, 176, 94) | color: rgb(112, 176, 94) | |
| CMYK | cmyk(36%, 0%, 47%, 31%) | — | |
| HSV | hsv(107, 47%, 69%) | — | |
| HWB | hwb(107 37% 31%) | color: hwb(107 37% 31%) | |
| OKLCH | oklch(0.6942 0.1317 139.07) | color: oklch(0.6942 0.1317 139.07) | |
| Lab | lab(65.98 -36.35 35.54) | color: lab(65.98 -36.35 35.54) | |
| LCH | lch(65.98 50.84 135.65) | color: lch(65.98 50.84 135.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#8C8C72 — rgb(140, 140, 114)
Deuteranopia (Green-blind)
#888377 — rgb(136, 131, 119)
Tritanopia (Blue-blind)
#738285 — rgb(115, 130, 133)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 34%, 53%);
text
color: hsl(107, 34%, 53%);
border
border: 2px solid hsl(107, 34%, 53%);
gradient light
background: linear-gradient(to right, hsl(107, 34%, 73%), hsl(107, 34%, 53%));
gradient dark
background: linear-gradient(to right, hsl(107, 34%, 53%), hsl(107, 34%, 33%))
hex
background-color: #70B05E;
tailwind
bg-[hsl(107,34%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 34%, 53%, 0.4);
css variable
--color-primary: hsl(107, 34%, 53%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(107, 34%, 53%)?
HEX: #70B05E | RGB: rgb(112, 176, 94) | CMYK: 36%, 0%, 47%, 31% | HSV: 107°, 47%, 69%. Copy any format from the conversion table above.
What colors go well with #70B05E?
The complementary color is HSL(287, 34%, 53%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 34%, 53%) in CSS?
As HSL: color: hsl(107, 34%, 53%); — As HEX: color: #70B05E; — As RGB: color: rgb(112, 176, 94); — Tailwind CSS: bg-[hsl(107,34%,53%)] — CSS variable: --color-primary: hsl(107, 34%, 53%);