HSL(143, 65%, 43%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,65%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 65%, 43%) | color: hsl(143, 65%, 43%) | |
| HEX | #26B55D | color: #26B55D | |
| RGB | rgb(38, 181, 93) | color: rgb(38, 181, 93) | |
| CMYK | cmyk(79%, 0%, 49%, 29%) | — | |
| HSV | hsv(143, 79%, 71%) | — | |
| HWB | hwb(143 15% 29%) | color: hwb(143 15% 29%) | |
| OKLCH | oklch(0.6808 0.1722 150.76) | color: oklch(0.6808 0.1722 150.76) | |
| Lab | lab(65.16 -55.95 34.51) | color: lab(65.16 -55.95 34.51) | |
| LCH | lch(65.16 65.74 148.33) | color: lch(65.16 65.74 148.33) |
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)
#646572 — rgb(100, 101, 114)
Deuteranopia (Green-blind)
#5C5177 — rgb(92, 81, 119)
Tritanopia (Blue-blind)
#2D8387 — rgb(45, 131, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 65%, 43%);
text
color: hsl(143, 65%, 43%);
border
border: 2px solid hsl(143, 65%, 43%);
gradient light
background: linear-gradient(to right, hsl(143, 65%, 63%), hsl(143, 65%, 43%));
gradient dark
background: linear-gradient(to right, hsl(143, 65%, 43%), hsl(143, 65%, 23%))
hex
background-color: #26B55D;
tailwind
bg-[hsl(143,65%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 65%, 43%, 0.4);
css variable
--color-primary: hsl(143, 65%, 43%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 65%, 43%)?
HEX: #26B55D | RGB: rgb(38, 181, 93) | CMYK: 79%, 0%, 49%, 29% | HSV: 143°, 79%, 71%. Copy any format from the conversion table above.
What colors go well with #26B55D?
The complementary color is HSL(323, 65%, 43%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(143, 65%, 43%) in CSS?
As HSL: color: hsl(143, 65%, 43%); — As HEX: color: #26B55D; — As RGB: color: rgb(38, 181, 93); — Tailwind CSS: bg-[hsl(143,65%,43%)] — CSS variable: --color-primary: hsl(143, 65%, 43%);