HSL(145, 70%, 68%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(145,70%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(145, 70%, 68%) | color: hsl(145, 70%, 68%) | |
| HEX | #74E7A4 | color: #74E7A4 | |
| RGB | rgb(116, 231, 164) | color: rgb(116, 231, 164) | |
| CMYK | cmyk(50%, 0%, 29%, 9%) | — | |
| HSV | hsv(145, 50%, 91%) | — | |
| HWB | hwb(145 46% 9%) | color: hwb(145 46% 9%) | |
| OKLCH | oklch(0.843 0.1424 156.01) | color: oklch(0.843 0.1424 156.01) | |
| Lab | lab(83.73 -47.58 22.81) | color: lab(83.73 -47.58 22.81) | |
| LCH | lch(83.73 52.77 154.39) | color: lch(83.73 52.77 154.39) |
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)
#A6A7B4 — rgb(166, 167, 180)
Deuteranopia (Green-blind)
#9F97B8 — rgb(159, 151, 184)
Tritanopia (Blue-blind)
#7AC1C4 — rgb(122, 193, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(145, 70%, 68%);
text
color: hsl(145, 70%, 68%);
border
border: 2px solid hsl(145, 70%, 68%);
gradient light
background: linear-gradient(to right, hsl(145, 70%, 88%), hsl(145, 70%, 68%));
gradient dark
background: linear-gradient(to right, hsl(145, 70%, 68%), hsl(145, 70%, 48%))
hex
background-color: #74E7A4;
tailwind
bg-[hsl(145,70%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(145, 70%, 68%, 0.4);
css variable
--color-primary: hsl(145, 70%, 68%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(145, 70%, 68%)?
HEX: #74E7A4 | RGB: rgb(116, 231, 164) | CMYK: 50%, 0%, 29%, 9% | HSV: 145°, 50%, 91%. Copy any format from the conversion table above.
What colors go well with #74E7A4?
The complementary color is HSL(325, 70%, 68%). For a triadic harmony, use hues 145°, 265°, and 25°. For analogous combinations, try hues 115° and 175°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(145, 70%, 68%) in CSS?
As HSL: color: hsl(145, 70%, 68%); — As HEX: color: #74E7A4; — As RGB: color: rgb(116, 231, 164); — Tailwind CSS: bg-[hsl(145,70%,68%)] — CSS variable: --color-primary: hsl(145, 70%, 68%);