HSL(134, 40%, 57%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(134,40%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(134, 40%, 57%) | color: hsl(134, 40%, 57%) | |
| HEX | #65BD7A | color: #65BD7A | |
| RGB | rgb(101, 189, 122) | color: rgb(101, 189, 122) | |
| CMYK | cmyk(47%, 0%, 35%, 26%) | — | |
| HSV | hsv(134, 47%, 74%) | — | |
| HWB | hwb(134 39% 26%) | color: hwb(134 39% 26%) | |
| OKLCH | oklch(0.726 0.1294 149.91) | color: oklch(0.726 0.1294 149.91) | |
| Lab | lab(69.87 -41.14 25.89) | color: lab(69.87 -41.14 25.89) | |
| LCH | lch(69.87 48.61 147.82) | color: lch(69.87 48.61 147.82) |
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)
#8B8C8A — rgb(139, 140, 138)
Deuteranopia (Green-blind)
#867F8E — rgb(134, 127, 142)
Tritanopia (Blue-blind)
#69979A — rgb(105, 151, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(134, 40%, 57%);
text
color: hsl(134, 40%, 57%);
border
border: 2px solid hsl(134, 40%, 57%);
gradient light
background: linear-gradient(to right, hsl(134, 40%, 77%), hsl(134, 40%, 57%));
gradient dark
background: linear-gradient(to right, hsl(134, 40%, 57%), hsl(134, 40%, 37%))
hex
background-color: #65BD7A;
tailwind
bg-[hsl(134,40%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(134, 40%, 57%, 0.4);
css variable
--color-primary: hsl(134, 40%, 57%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(134, 40%, 57%)?
HEX: #65BD7A | RGB: rgb(101, 189, 122) | CMYK: 47%, 0%, 35%, 26% | HSV: 134°, 47%, 74%. Copy any format from the conversion table above.
What colors go well with #65BD7A?
The complementary color is HSL(314, 40%, 57%). For a triadic harmony, use hues 134°, 254°, and 14°. For analogous combinations, try hues 104° and 164°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(134, 40%, 57%) in CSS?
As HSL: color: hsl(134, 40%, 57%); — As HEX: color: #65BD7A; — As RGB: color: rgb(101, 189, 122); — Tailwind CSS: bg-[hsl(134,40%,57%)] — CSS variable: --color-primary: hsl(134, 40%, 57%);