HSL(143, 63%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,63%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 63%, 63%) | color: hsl(143, 63%, 63%) | |
| HEX | #65DC93 | color: #65DC93 | |
| RGB | rgb(101, 220, 147) | color: rgb(101, 220, 147) | |
| CMYK | cmyk(54%, 0%, 33%, 14%) | — | |
| HSV | hsv(143, 54%, 86%) | — | |
| HWB | hwb(143 40% 14%) | color: hwb(143 40% 14%) | |
| OKLCH | oklch(0.8073 0.1503 154.21) | color: oklch(0.8073 0.1503 154.21) | |
| Lab | lab(79.65 -49.76 25.96) | color: lab(79.65 -49.76 25.96) | |
| LCH | lch(79.65 56.12 152.45) | color: lch(79.65 56.12 152.45) |
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)
#999AA5 — rgb(153, 154, 165)
Deuteranopia (Green-blind)
#9289A9 — rgb(146, 137, 169)
Tritanopia (Blue-blind)
#6BB3B6 — rgb(107, 179, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 63%, 63%);
text
color: hsl(143, 63%, 63%);
border
border: 2px solid hsl(143, 63%, 63%);
gradient light
background: linear-gradient(to right, hsl(143, 63%, 83%), hsl(143, 63%, 63%));
gradient dark
background: linear-gradient(to right, hsl(143, 63%, 63%), hsl(143, 63%, 43%))
hex
background-color: #65DC93;
tailwind
bg-[hsl(143,63%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 63%, 63%, 0.4);
css variable
--color-primary: hsl(143, 63%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 63%, 63%)?
HEX: #65DC93 | RGB: rgb(101, 220, 147) | CMYK: 54%, 0%, 33%, 14% | HSV: 143°, 54%, 86%. Copy any format from the conversion table above.
What colors go well with #65DC93?
The complementary color is HSL(323, 63%, 63%). 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, 63%, 63%) in CSS?
As HSL: color: hsl(143, 63%, 63%); — As HEX: color: #65DC93; — As RGB: color: rgb(101, 220, 147); — Tailwind CSS: bg-[hsl(143,63%,63%)] — CSS variable: --color-primary: hsl(143, 63%, 63%);