HSL(94, 30%, 48%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(94,30%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(94, 30%, 48%) | color: hsl(94, 30%, 48%) | |
| HEX | #769F56 | color: #769F56 | |
| RGB | rgb(118, 159, 86) | color: rgb(118, 159, 86) | |
| CMYK | cmyk(26%, 0%, 46%, 38%) | — | |
| HSV | hsv(94, 46%, 62%) | — | |
| HWB | hwb(94 33% 38%) | color: hwb(94 33% 38%) | |
| OKLCH | oklch(0.6549 0.1108 132.71) | color: oklch(0.6549 0.1108 132.71) | |
| Lab | lab(61.06 -27.28 33.57) | color: lab(61.06 -27.28 33.57) | |
| LCH | lch(61.06 43.26 129.1) | color: lch(61.06 43.26 129.1) |
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)
#888868 — rgb(136, 136, 104)
Deuteranopia (Green-blind)
#85826C — rgb(133, 130, 108)
Tritanopia (Blue-blind)
#787679 — rgb(120, 118, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(94, 30%, 48%);
text
color: hsl(94, 30%, 48%);
border
border: 2px solid hsl(94, 30%, 48%);
gradient light
background: linear-gradient(to right, hsl(94, 30%, 68%), hsl(94, 30%, 48%));
gradient dark
background: linear-gradient(to right, hsl(94, 30%, 48%), hsl(94, 30%, 28%))
hex
background-color: #769F56;
tailwind
bg-[hsl(94,30%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(94, 30%, 48%, 0.4);
css variable
--color-primary: hsl(94, 30%, 48%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(94, 30%, 48%)?
HEX: #769F56 | RGB: rgb(118, 159, 86) | CMYK: 26%, 0%, 46%, 38% | HSV: 94°, 46%, 62%. Copy any format from the conversion table above.
What colors go well with #769F56?
The complementary color is HSL(274, 30%, 48%). For a triadic harmony, use hues 94°, 214°, and 334°. For analogous combinations, try hues 64° and 124°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(94, 30%, 48%) in CSS?
As HSL: color: hsl(94, 30%, 48%); — As HEX: color: #769F56; — As RGB: color: rgb(118, 159, 86); — Tailwind CSS: bg-[hsl(94,30%,48%)] — CSS variable: --color-primary: hsl(94, 30%, 48%);