HSL(146, 46%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(146,46%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(146, 46%, 63%) | color: hsl(146, 46%, 63%) | |
| HEX | #75CC9B | color: #75CC9B | |
| RGB | rgb(117, 204, 155) | color: rgb(117, 204, 155) | |
| CMYK | cmyk(43%, 0%, 24%, 20%) | — | |
| HSV | hsv(146, 43%, 80%) | — | |
| HWB | hwb(146 46% 20%) | color: hwb(146 46% 20%) | |
| OKLCH | oklch(0.7769 0.1108 157.8) | color: oklch(0.7769 0.1108 157.8) | |
| Lab | lab(75.66 -37.23 16.37) | color: lab(75.66 -37.23 16.37) | |
| LCH | lch(75.66 40.67 156.26) | color: lch(75.66 40.67 156.26) |
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)
#9B9BA7 — rgb(155, 155, 167)
Deuteranopia (Green-blind)
#968FAA — rgb(150, 143, 170)
Tritanopia (Blue-blind)
#79B0B2 — rgb(121, 176, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(146, 46%, 63%);
text
color: hsl(146, 46%, 63%);
border
border: 2px solid hsl(146, 46%, 63%);
gradient light
background: linear-gradient(to right, hsl(146, 46%, 83%), hsl(146, 46%, 63%));
gradient dark
background: linear-gradient(to right, hsl(146, 46%, 63%), hsl(146, 46%, 43%))
hex
background-color: #75CC9B;
tailwind
bg-[hsl(146,46%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(146, 46%, 63%, 0.4);
css variable
--color-primary: hsl(146, 46%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(146, 46%, 63%)?
HEX: #75CC9B | RGB: rgb(117, 204, 155) | CMYK: 43%, 0%, 24%, 20% | HSV: 146°, 43%, 80%. Copy any format from the conversion table above.
What colors go well with #75CC9B?
The complementary color is HSL(326, 46%, 63%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(146, 46%, 63%) in CSS?
As HSL: color: hsl(146, 46%, 63%); — As HEX: color: #75CC9B; — As RGB: color: rgb(117, 204, 155); — Tailwind CSS: bg-[hsl(146,46%,63%)] — CSS variable: --color-primary: hsl(146, 46%, 63%);