HSL(105, 30%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(105,30%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(105, 30%, 55%) | color: hsl(105, 30%, 55%) | |
| HEX | #7BAF6A | color: #7BAF6A | |
| RGB | rgb(123, 175, 106) | color: rgb(123, 175, 106) | |
| CMYK | cmyk(30%, 0%, 39%, 31%) | — | |
| HSV | hsv(105, 39%, 69%) | — | |
| HWB | hwb(105 42% 31%) | color: hwb(105 42% 31%) | |
| OKLCH | oklch(0.7002 0.1114 138.25) | color: oklch(0.7002 0.1114 138.25) | |
| Lab | lab(66.45 -30.41 30.03) | color: lab(66.45 -30.41 30.03) | |
| LCH | lch(66.45 42.74 135.36) | color: lch(66.45 42.74 135.36) |
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)
#92927B — rgb(146, 146, 123)
Deuteranopia (Green-blind)
#8F8B7F — rgb(143, 139, 127)
Tritanopia (Blue-blind)
#7E888B — rgb(126, 136, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(105, 30%, 55%);
text
color: hsl(105, 30%, 55%);
border
border: 2px solid hsl(105, 30%, 55%);
gradient light
background: linear-gradient(to right, hsl(105, 30%, 75%), hsl(105, 30%, 55%));
gradient dark
background: linear-gradient(to right, hsl(105, 30%, 55%), hsl(105, 30%, 35%))
hex
background-color: #7BAF6A;
tailwind
bg-[hsl(105,30%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(105, 30%, 55%, 0.4);
css variable
--color-primary: hsl(105, 30%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(105, 30%, 55%)?
HEX: #7BAF6A | RGB: rgb(123, 175, 106) | CMYK: 30%, 0%, 39%, 31% | HSV: 105°, 39%, 69%. Copy any format from the conversion table above.
What colors go well with #7BAF6A?
The complementary color is HSL(285, 30%, 55%). For a triadic harmony, use hues 105°, 225°, and 345°. For analogous combinations, try hues 75° and 135°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(105, 30%, 55%) in CSS?
As HSL: color: hsl(105, 30%, 55%); — As HEX: color: #7BAF6A; — As RGB: color: rgb(123, 175, 106); — Tailwind CSS: bg-[hsl(105,30%,55%)] — CSS variable: --color-primary: hsl(105, 30%, 55%);