HSL(138, 60%, 76%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(138,60%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(138, 60%, 76%) | color: hsl(138, 60%, 76%) | |
| HEX | #9DE7B3 | color: #9DE7B3 | |
| RGB | rgb(157, 231, 179) | color: rgb(157, 231, 179) | |
| CMYK | cmyk(32%, 0%, 23%, 9%) | — | |
| HSV | hsv(138, 32%, 91%) | — | |
| HWB | hwb(138 62% 9%) | color: hwb(138 62% 9%) | |
| OKLCH | oklch(0.8656 0.1032 153.22) | color: oklch(0.8656 0.1032 153.22) | |
| Lab | lab(85.79 -33.48 18.16) | color: lab(85.79 -33.48 18.16) | |
| LCH | lch(85.79 38.09 151.52) | color: lch(85.79 38.09 151.52) |
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)
#BDBEC0 — rgb(189, 190, 192)
Deuteranopia (Green-blind)
#B9B3C3 — rgb(185, 179, 195)
Tritanopia (Blue-blind)
#A1CACC — rgb(161, 202, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(138, 60%, 76%);
text
color: hsl(138, 60%, 76%);
border
border: 2px solid hsl(138, 60%, 76%);
gradient light
background: linear-gradient(to right, hsl(138, 60%, 96%), hsl(138, 60%, 76%));
gradient dark
background: linear-gradient(to right, hsl(138, 60%, 76%), hsl(138, 60%, 56%))
hex
background-color: #9DE7B3;
tailwind
bg-[hsl(138,60%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(138, 60%, 76%, 0.4);
css variable
--color-primary: hsl(138, 60%, 76%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(138, 60%, 76%)?
HEX: #9DE7B3 | RGB: rgb(157, 231, 179) | CMYK: 32%, 0%, 23%, 9% | HSV: 138°, 32%, 91%. Copy any format from the conversion table above.
What colors go well with #9DE7B3?
The complementary color is HSL(318, 60%, 76%). For a triadic harmony, use hues 138°, 258°, and 18°. For analogous combinations, try hues 108° and 168°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(138, 60%, 76%) in CSS?
As HSL: color: hsl(138, 60%, 76%); — As HEX: color: #9DE7B3; — As RGB: color: rgb(157, 231, 179); — Tailwind CSS: bg-[hsl(138,60%,76%)] — CSS variable: --color-primary: hsl(138, 60%, 76%);