HSL(142, 54%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(142,54%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 54%, 75%) | color: hsl(142, 54%, 75%) | |
| HEX | #9DE2B6 | color: #9DE2B6 | |
| RGB | rgb(157, 226, 182) | color: rgb(157, 226, 182) | |
| CMYK | cmyk(31%, 0%, 19%, 11%) | — | |
| HSV | hsv(142, 31%, 89%) | — | |
| HWB | hwb(142 61% 11%) | color: hwb(142 61% 11%) | |
| OKLCH | oklch(0.855 0.0927 155.91) | color: oklch(0.855 0.0927 155.91) | |
| Lab | lab(84.45 -30.59 14.71) | color: lab(84.45 -30.59 14.71) | |
| LCH | lch(84.45 33.94 154.32) | color: lch(84.45 33.94 154.32) |
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)
#BBBBC1 — rgb(187, 187, 193)
Deuteranopia (Green-blind)
#B7B2C3 — rgb(183, 178, 195)
Tritanopia (Blue-blind)
#A0C9CB — rgb(160, 201, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 54%, 75%);
text
color: hsl(142, 54%, 75%);
border
border: 2px solid hsl(142, 54%, 75%);
gradient light
background: linear-gradient(to right, hsl(142, 54%, 95%), hsl(142, 54%, 75%));
gradient dark
background: linear-gradient(to right, hsl(142, 54%, 75%), hsl(142, 54%, 55%))
hex
background-color: #9DE2B6;
tailwind
bg-[hsl(142,54%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 54%, 75%, 0.4);
css variable
--color-primary: hsl(142, 54%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(142, 54%, 75%)?
HEX: #9DE2B6 | RGB: rgb(157, 226, 182) | CMYK: 31%, 0%, 19%, 11% | HSV: 142°, 31%, 89%. Copy any format from the conversion table above.
What colors go well with #9DE2B6?
The complementary color is HSL(322, 54%, 75%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 54%, 75%) in CSS?
As HSL: color: hsl(142, 54%, 75%); — As HEX: color: #9DE2B6; — As RGB: color: rgb(157, 226, 182); — Tailwind CSS: bg-[hsl(142,54%,75%)] — CSS variable: --color-primary: hsl(142, 54%, 75%);