HSL(125, 60%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(125,60%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 60%, 63%) | color: hsl(125, 60%, 63%) | |
| HEX | #68D971 | color: #68D971 | |
| RGB | rgb(104, 217, 113) | color: rgb(104, 217, 113) | |
| CMYK | cmyk(52%, 0%, 48%, 15%) | — | |
| HSV | hsv(125, 52%, 85%) | — | |
| HWB | hwb(125 41% 15%) | color: hwb(125 41% 15%) | |
| OKLCH | oklch(0.795 0.1763 145.22) | color: oklch(0.795 0.1763 145.22) | |
| Lab | lab(78.32 -53.36 41.42) | color: lab(78.32 -53.36 41.42) | |
| LCH | lch(78.32 67.55 142.18) | color: lch(78.32 67.55 142.18) |
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)
#999A8A — rgb(153, 154, 138)
Deuteranopia (Green-blind)
#928A90 — rgb(146, 138, 144)
Tritanopia (Blue-blind)
#6E9EA2 — rgb(110, 158, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 60%, 63%);
text
color: hsl(125, 60%, 63%);
border
border: 2px solid hsl(125, 60%, 63%);
gradient light
background: linear-gradient(to right, hsl(125, 60%, 83%), hsl(125, 60%, 63%));
gradient dark
background: linear-gradient(to right, hsl(125, 60%, 63%), hsl(125, 60%, 43%))
hex
background-color: #68D971;
tailwind
bg-[hsl(125,60%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 60%, 63%, 0.4);
css variable
--color-primary: hsl(125, 60%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(125, 60%, 63%)?
HEX: #68D971 | RGB: rgb(104, 217, 113) | CMYK: 52%, 0%, 48%, 15% | HSV: 125°, 52%, 85%. Copy any format from the conversion table above.
What colors go well with #68D971?
The complementary color is HSL(305, 60%, 63%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(125, 60%, 63%) in CSS?
As HSL: color: hsl(125, 60%, 63%); — As HEX: color: #68D971; — As RGB: color: rgb(104, 217, 113); — Tailwind CSS: bg-[hsl(125,60%,63%)] — CSS variable: --color-primary: hsl(125, 60%, 63%);