HSL(134, 40%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(134,40%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(134, 40%, 63%) | color: hsl(134, 40%, 63%) | |
| HEX | #7BC68D | color: #7BC68D | |
| RGB | rgb(123, 198, 141) | color: rgb(123, 198, 141) | |
| CMYK | cmyk(38%, 0%, 29%, 22%) | — | |
| HSV | hsv(134, 38%, 78%) | — | |
| HWB | hwb(134 48% 22%) | color: hwb(134 48% 22%) | |
| OKLCH | oklch(0.7624 0.111 150.72) | color: oklch(0.7624 0.111 150.72) | |
| Lab | lab(73.88 -35.4 21.41) | color: lab(73.88 -35.4 21.41) | |
| LCH | lch(73.88 41.37 148.83) | color: lch(73.88 41.37 148.83) |
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)
#9B9C9B — rgb(155, 156, 155)
Deuteranopia (Green-blind)
#97929E — rgb(151, 146, 158)
Tritanopia (Blue-blind)
#7FA6A8 — rgb(127, 166, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(134, 40%, 63%);
text
color: hsl(134, 40%, 63%);
border
border: 2px solid hsl(134, 40%, 63%);
gradient light
background: linear-gradient(to right, hsl(134, 40%, 83%), hsl(134, 40%, 63%));
gradient dark
background: linear-gradient(to right, hsl(134, 40%, 63%), hsl(134, 40%, 43%))
hex
background-color: #7BC68D;
tailwind
bg-[hsl(134,40%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(134, 40%, 63%, 0.4);
css variable
--color-primary: hsl(134, 40%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(134, 40%, 63%)?
HEX: #7BC68D | RGB: rgb(123, 198, 141) | CMYK: 38%, 0%, 29%, 22% | HSV: 134°, 38%, 78%. Copy any format from the conversion table above.
What colors go well with #7BC68D?
The complementary color is HSL(314, 40%, 63%). 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%, 63%) in CSS?
As HSL: color: hsl(134, 40%, 63%); — As HEX: color: #7BC68D; — As RGB: color: rgb(123, 198, 141); — Tailwind CSS: bg-[hsl(134,40%,63%)] — CSS variable: --color-primary: hsl(134, 40%, 63%);