HSL(147, 57%, 69%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,57%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 57%, 69%) | color: hsl(147, 57%, 69%) | |
| HEX | #83DDAB | color: #83DDAB | |
| RGB | rgb(131, 221, 171) | color: rgb(131, 221, 171) | |
| CMYK | cmyk(41%, 0%, 23%, 13%) | — | |
| HSV | hsv(147, 41%, 87%) | — | |
| HWB | hwb(147 51% 13%) | color: hwb(147 51% 13%) | |
| OKLCH | oklch(0.8275 0.1127 158.35) | color: oklch(0.8275 0.1127 158.35) | |
| Lab | lab(81.55 -37.95 16.24) | color: lab(81.55 -37.95 16.24) | |
| LCH | lch(81.55 41.28 156.83) | color: lch(81.55 41.28 156.83) |
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)
#AAABB7 — rgb(170, 171, 183)
Deuteranopia (Green-blind)
#A59EBA — rgb(165, 158, 186)
Tritanopia (Blue-blind)
#88C1C3 — rgb(136, 193, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 57%, 69%);
text
color: hsl(147, 57%, 69%);
border
border: 2px solid hsl(147, 57%, 69%);
gradient light
background: linear-gradient(to right, hsl(147, 57%, 89%), hsl(147, 57%, 69%));
gradient dark
background: linear-gradient(to right, hsl(147, 57%, 69%), hsl(147, 57%, 49%))
hex
background-color: #83DDAB;
tailwind
bg-[hsl(147,57%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 57%, 69%, 0.4);
css variable
--color-primary: hsl(147, 57%, 69%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 57%, 69%)?
HEX: #83DDAB | RGB: rgb(131, 221, 171) | CMYK: 41%, 0%, 23%, 13% | HSV: 147°, 41%, 87%. Copy any format from the conversion table above.
What colors go well with #83DDAB?
The complementary color is HSL(327, 57%, 69%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 57%, 69%) in CSS?
As HSL: color: hsl(147, 57%, 69%); — As HEX: color: #83DDAB; — As RGB: color: rgb(131, 221, 171); — Tailwind CSS: bg-[hsl(147,57%,69%)] — CSS variable: --color-primary: hsl(147, 57%, 69%);