HSL(148, 53%, 53%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(148,53%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(148, 53%, 53%) | color: hsl(148, 53%, 53%) | |
| HEX | #48C783 | color: #48C783 | |
| RGB | rgb(72, 199, 131) | color: rgb(72, 199, 131) | |
| CMYK | cmyk(64%, 0%, 34%, 22%) | — | |
| HSV | hsv(148, 64%, 78%) | — | |
| HWB | hwb(148 28% 22%) | color: hwb(148 28% 22%) | |
| OKLCH | oklch(0.7424 0.1497 156.16) | color: oklch(0.7424 0.1497 156.16) | |
| Lab | lab(72.14 -50.44 24.02) | color: lab(72.14 -50.44 24.02) | |
| LCH | lch(72.14 55.87 154.54) | color: lch(72.14 55.87 154.54) |
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)
#7F8093 — rgb(127, 128, 147)
Deuteranopia (Green-blind)
#786E97 — rgb(120, 110, 151)
Tritanopia (Blue-blind)
#4EA0A3 — rgb(78, 160, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(148, 53%, 53%);
text
color: hsl(148, 53%, 53%);
border
border: 2px solid hsl(148, 53%, 53%);
gradient light
background: linear-gradient(to right, hsl(148, 53%, 73%), hsl(148, 53%, 53%));
gradient dark
background: linear-gradient(to right, hsl(148, 53%, 53%), hsl(148, 53%, 33%))
hex
background-color: #48C783;
tailwind
bg-[hsl(148,53%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(148, 53%, 53%, 0.4);
css variable
--color-primary: hsl(148, 53%, 53%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(148, 53%, 53%)?
HEX: #48C783 | RGB: rgb(72, 199, 131) | CMYK: 64%, 0%, 34%, 22% | HSV: 148°, 64%, 78%. Copy any format from the conversion table above.
What colors go well with #48C783?
The complementary color is HSL(328, 53%, 53%). 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, 53%, 53%) in CSS?
As HSL: color: hsl(148, 53%, 53%); — As HEX: color: #48C783; — As RGB: color: rgb(72, 199, 131); — Tailwind CSS: bg-[hsl(148,53%,53%)] — CSS variable: --color-primary: hsl(148, 53%, 53%);