HSL(123, 74%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(123,74%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(123, 74%, 66%) | color: hsl(123, 74%, 66%) | |
| HEX | #68E86F | color: #68E86F | |
| RGB | rgb(104, 232, 111) | color: rgb(104, 232, 111) | |
| CMYK | cmyk(55%, 0%, 52%, 9%) | — | |
| HSV | hsv(123, 55%, 91%) | — | |
| HWB | hwb(123 41% 9%) | color: hwb(123 41% 9%) | |
| OKLCH | oklch(0.8317 0.1979 144.51) | color: oklch(0.8317 0.1979 144.51) | |
| Lab | lab(82.81 -59.39 47.9) | color: lab(82.81 -59.39 47.9) | |
| LCH | lch(82.81 76.3 141.11) | color: lch(82.81 76.3 141.11) |
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)
#9FA18C — rgb(159, 161, 140)
Deuteranopia (Green-blind)
#988E93 — rgb(152, 142, 147)
Tritanopia (Blue-blind)
#6EA3A8 — rgb(110, 163, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(123, 74%, 66%);
text
color: hsl(123, 74%, 66%);
border
border: 2px solid hsl(123, 74%, 66%);
gradient light
background: linear-gradient(to right, hsl(123, 74%, 86%), hsl(123, 74%, 66%));
gradient dark
background: linear-gradient(to right, hsl(123, 74%, 66%), hsl(123, 74%, 46%))
hex
background-color: #68E86F;
tailwind
bg-[hsl(123,74%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(123, 74%, 66%, 0.4);
css variable
--color-primary: hsl(123, 74%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(123, 74%, 66%)?
HEX: #68E86F | RGB: rgb(104, 232, 111) | CMYK: 55%, 0%, 52%, 9% | HSV: 123°, 55%, 91%. Copy any format from the conversion table above.
What colors go well with #68E86F?
The complementary color is HSL(303, 74%, 66%). For a triadic harmony, use hues 123°, 243°, and 3°. For analogous combinations, try hues 93° and 153°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(123, 74%, 66%) in CSS?
As HSL: color: hsl(123, 74%, 66%); — As HEX: color: #68E86F; — As RGB: color: rgb(104, 232, 111); — Tailwind CSS: bg-[hsl(123,74%,66%)] — CSS variable: --color-primary: hsl(123, 74%, 66%);