HSL(147, 75%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,75%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 75%, 67%) | color: hsl(147, 75%, 67%) | |
| HEX | #6CEAA5 | color: #6CEAA5 | |
| RGB | rgb(108, 234, 165) | color: rgb(108, 234, 165) | |
| CMYK | cmyk(54%, 0%, 29%, 8%) | — | |
| HSV | hsv(147, 54%, 92%) | — | |
| HWB | hwb(147 42% 8%) | color: hwb(147 42% 8%) | |
| OKLCH | oklch(0.8475 0.1499 156.99) | color: oklch(0.8475 0.1499 156.99) | |
| Lab | lab(84.35 -50.53 23.11) | color: lab(84.35 -50.53 23.11) | |
| LCH | lch(84.35 55.56 155.42) | color: lch(84.35 55.56 155.42) |
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)
#A3A4B6 — rgb(163, 164, 182)
Deuteranopia (Green-blind)
#9B92BA — rgb(155, 146, 186)
Tritanopia (Blue-blind)
#72C3C6 — rgb(114, 195, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 75%, 67%);
text
color: hsl(147, 75%, 67%);
border
border: 2px solid hsl(147, 75%, 67%);
gradient light
background: linear-gradient(to right, hsl(147, 75%, 87%), hsl(147, 75%, 67%));
gradient dark
background: linear-gradient(to right, hsl(147, 75%, 67%), hsl(147, 75%, 47%))
hex
background-color: #6CEAA5;
tailwind
bg-[hsl(147,75%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 75%, 67%, 0.4);
css variable
--color-primary: hsl(147, 75%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 75%, 67%)?
HEX: #6CEAA5 | RGB: rgb(108, 234, 165) | CMYK: 54%, 0%, 29%, 8% | HSV: 147°, 54%, 92%. Copy any format from the conversion table above.
What colors go well with #6CEAA5?
The complementary color is HSL(327, 75%, 67%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 75%, 67%) in CSS?
As HSL: color: hsl(147, 75%, 67%); — As HEX: color: #6CEAA5; — As RGB: color: rgb(108, 234, 165); — Tailwind CSS: bg-[hsl(147,75%,67%)] — CSS variable: --color-primary: hsl(147, 75%, 67%);