HSL(142, 37%, 68%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(142,37%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 37%, 68%) | color: hsl(142, 37%, 68%) | |
| HEX | #8FCCA5 | color: #8FCCA5 | |
| RGB | rgb(143, 204, 165) | color: rgb(143, 204, 165) | |
| CMYK | cmyk(30%, 0%, 19%, 20%) | — | |
| HSV | hsv(142, 30%, 80%) | — | |
| HWB | hwb(142 56% 20%) | color: hwb(142 56% 20%) | |
| OKLCH | oklch(0.7929 0.0837 155.93) | color: oklch(0.7929 0.0837 155.93) | |
| Lab | lab(77.13 -27.62 13.28) | color: lab(77.13 -27.62 13.28) | |
| LCH | lch(77.13 30.65 154.32) | color: lch(77.13 30.65 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)
#A9AAAE — rgb(169, 170, 174)
Deuteranopia (Green-blind)
#A6A1B1 — rgb(166, 161, 177)
Tritanopia (Blue-blind)
#92B6B8 — rgb(146, 182, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 37%, 68%);
text
color: hsl(142, 37%, 68%);
border
border: 2px solid hsl(142, 37%, 68%);
gradient light
background: linear-gradient(to right, hsl(142, 37%, 88%), hsl(142, 37%, 68%));
gradient dark
background: linear-gradient(to right, hsl(142, 37%, 68%), hsl(142, 37%, 48%))
hex
background-color: #8FCCA5;
tailwind
bg-[hsl(142,37%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 37%, 68%, 0.4);
css variable
--color-primary: hsl(142, 37%, 68%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(142, 37%, 68%)?
HEX: #8FCCA5 | RGB: rgb(143, 204, 165) | CMYK: 30%, 0%, 19%, 20% | HSV: 142°, 30%, 80%. Copy any format from the conversion table above.
What colors go well with #8FCCA5?
The complementary color is HSL(322, 37%, 68%). 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, 37%, 68%) in CSS?
As HSL: color: hsl(142, 37%, 68%); — As HEX: color: #8FCCA5; — As RGB: color: rgb(143, 204, 165); — Tailwind CSS: bg-[hsl(142,37%,68%)] — CSS variable: --color-primary: hsl(142, 37%, 68%);