HSL(147, 68%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,68%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 68%, 75%) | color: hsl(147, 68%, 75%) | |
| HEX | #94EBBB | color: #94EBBB | |
| RGB | rgb(148, 235, 187) | color: rgb(148, 235, 187) | |
| CMYK | cmyk(37%, 0%, 20%, 8%) | — | |
| HSV | hsv(147, 37%, 92%) | — | |
| HWB | hwb(147 58% 8%) | color: hwb(147 58% 8%) | |
| OKLCH | oklch(0.8719 0.1082 158.95) | color: oklch(0.8719 0.1082 158.95) | |
| Lab | lab(86.65 -36.46 15.14) | color: lab(86.65 -36.46 15.14) | |
| LCH | lch(86.65 39.48 157.45) | color: lch(86.65 39.48 157.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)
#BABAC7 — rgb(186, 186, 199)
Deuteranopia (Green-blind)
#B5AEC9 — rgb(181, 174, 201)
Tritanopia (Blue-blind)
#98D0D2 — rgb(152, 208, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 68%, 75%);
text
color: hsl(147, 68%, 75%);
border
border: 2px solid hsl(147, 68%, 75%);
gradient light
background: linear-gradient(to right, hsl(147, 68%, 95%), hsl(147, 68%, 75%));
gradient dark
background: linear-gradient(to right, hsl(147, 68%, 75%), hsl(147, 68%, 55%))
hex
background-color: #94EBBB;
tailwind
bg-[hsl(147,68%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 68%, 75%, 0.4);
css variable
--color-primary: hsl(147, 68%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 68%, 75%)?
HEX: #94EBBB | RGB: rgb(148, 235, 187) | CMYK: 37%, 0%, 20%, 8% | HSV: 147°, 37%, 92%. Copy any format from the conversion table above.
What colors go well with #94EBBB?
The complementary color is HSL(327, 68%, 75%). 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, 68%, 75%) in CSS?
As HSL: color: hsl(147, 68%, 75%); — As HEX: color: #94EBBB; — As RGB: color: rgb(148, 235, 187); — Tailwind CSS: bg-[hsl(147,68%,75%)] — CSS variable: --color-primary: hsl(147, 68%, 75%);