HSL(140, 27%, 61%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(140,27%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(140, 27%, 61%) | color: hsl(140, 27%, 61%) | |
| HEX | #81B693 | color: #81B693 | |
| RGB | rgb(129, 182, 147) | color: rgb(129, 182, 147) | |
| CMYK | cmyk(29%, 0%, 19%, 29%) | — | |
| HSV | hsv(140, 29%, 71%) | — | |
| HWB | hwb(140 50% 29%) | color: hwb(140 50% 29%) | |
| OKLCH | oklch(0.7293 0.0755 155.17) | color: oklch(0.7293 0.0755 155.17) | |
| Lab | lab(69.63 -24.76 12.32) | color: lab(69.63 -24.76 12.32) | |
| LCH | lch(69.63 27.66 153.55) | color: lch(69.63 27.66 153.55) |
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)
#98989B — rgb(152, 152, 155)
Deuteranopia (Green-blind)
#95919E — rgb(149, 145, 158)
Tritanopia (Blue-blind)
#84A2A4 — rgb(132, 162, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(140, 27%, 61%);
text
color: hsl(140, 27%, 61%);
border
border: 2px solid hsl(140, 27%, 61%);
gradient light
background: linear-gradient(to right, hsl(140, 27%, 81%), hsl(140, 27%, 61%));
gradient dark
background: linear-gradient(to right, hsl(140, 27%, 61%), hsl(140, 27%, 41%))
hex
background-color: #81B693;
tailwind
bg-[hsl(140,27%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(140, 27%, 61%, 0.4);
css variable
--color-primary: hsl(140, 27%, 61%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(140, 27%, 61%)?
HEX: #81B693 | RGB: rgb(129, 182, 147) | CMYK: 29%, 0%, 19%, 29% | HSV: 140°, 29%, 71%. Copy any format from the conversion table above.
What colors go well with #81B693?
The complementary color is HSL(320, 27%, 61%). For a triadic harmony, use hues 140°, 260°, and 20°. For analogous combinations, try hues 110° and 170°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(140, 27%, 61%) in CSS?
As HSL: color: hsl(140, 27%, 61%); — As HEX: color: #81B693; — As RGB: color: rgb(129, 182, 147); — Tailwind CSS: bg-[hsl(140,27%,61%)] — CSS variable: --color-primary: hsl(140, 27%, 61%);