HSL(148, 94%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(148,94%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(148, 94%, 65%) | color: hsl(148, 94%, 65%) | |
| HEX | #52FAA0 | color: #52FAA0 | |
| RGB | rgb(82, 250, 160) | color: rgb(82, 250, 160) | |
| CMYK | cmyk(67%, 0%, 36%, 2%) | — | |
| HSV | hsv(148, 67%, 98%) | — | |
| HWB | hwb(148 32% 2%) | color: hwb(148 32% 2%) | |
| OKLCH | oklch(0.8776 0.1867 155.49) | color: oklch(0.8776 0.1867 155.49) | |
| Lab | lab(88.3 -62.78 30.9) | color: lab(88.3 -62.78 30.9) | |
| LCH | lch(88.3 69.97 153.79) | color: lch(88.3 69.97 153.79) |
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)
#9B9CB6 — rgb(155, 156, 182)
Deuteranopia (Green-blind)
#9184BB — rgb(145, 132, 187)
Tritanopia (Blue-blind)
#5AC7CB — rgb(90, 199, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(148, 94%, 65%);
text
color: hsl(148, 94%, 65%);
border
border: 2px solid hsl(148, 94%, 65%);
gradient light
background: linear-gradient(to right, hsl(148, 94%, 85%), hsl(148, 94%, 65%));
gradient dark
background: linear-gradient(to right, hsl(148, 94%, 65%), hsl(148, 94%, 45%))
hex
background-color: #52FAA0;
tailwind
bg-[hsl(148,94%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(148, 94%, 65%, 0.4);
css variable
--color-primary: hsl(148, 94%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(148, 94%, 65%)?
HEX: #52FAA0 | RGB: rgb(82, 250, 160) | CMYK: 67%, 0%, 36%, 2% | HSV: 148°, 67%, 98%. Copy any format from the conversion table above.
What colors go well with #52FAA0?
The complementary color is HSL(328, 94%, 65%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(148, 94%, 65%) in CSS?
As HSL: color: hsl(148, 94%, 65%); — As HEX: color: #52FAA0; — As RGB: color: rgb(82, 250, 160); — Tailwind CSS: bg-[hsl(148,94%,65%)] — CSS variable: --color-primary: hsl(148, 94%, 65%);