HSL(143, 68%, 43%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,68%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 68%, 43%) | color: hsl(143, 68%, 43%) | |
| HEX | #23B85C | color: #23B85C | |
| RGB | rgb(35, 184, 92) | color: rgb(35, 184, 92) | |
| CMYK | cmyk(81%, 0%, 50%, 28%) | — | |
| HSV | hsv(143, 81%, 72%) | — | |
| HWB | hwb(143 14% 28%) | color: hwb(143 14% 28%) | |
| OKLCH | oklch(0.6882 0.1776 150.37) | color: oklch(0.6882 0.1776 150.37) | |
| Lab | lab(66.07 -57.51 36.14) | color: lab(66.07 -57.51 36.14) | |
| LCH | lch(66.07 67.92 147.85) | color: lch(66.07 67.92 147.85) |
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)
#5B5078 — rgb(91, 80, 120)
Tritanopia (Blue-blind)
#2A8488 — rgb(42, 132, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 68%, 43%);
text
color: hsl(143, 68%, 43%);
border
border: 2px solid hsl(143, 68%, 43%);
gradient light
background: linear-gradient(to right, hsl(143, 68%, 63%), hsl(143, 68%, 43%));
gradient dark
background: linear-gradient(to right, hsl(143, 68%, 43%), hsl(143, 68%, 23%))
hex
background-color: #23B85C;
tailwind
bg-[hsl(143,68%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 68%, 43%, 0.4);
css variable
--color-primary: hsl(143, 68%, 43%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 68%, 43%)?
HEX: #23B85C | RGB: rgb(35, 184, 92) | CMYK: 81%, 0%, 50%, 28% | HSV: 143°, 81%, 72%. Copy any format from the conversion table above.
What colors go well with #23B85C?
The complementary color is HSL(323, 68%, 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, 68%, 43%) in CSS?
As HSL: color: hsl(143, 68%, 43%); — As HEX: color: #23B85C; — As RGB: color: rgb(35, 184, 92); — Tailwind CSS: bg-[hsl(143,68%,43%)] — CSS variable: --color-primary: hsl(143, 68%, 43%);