HSL(134, 30%, 62%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(134,30%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(134, 30%, 62%) | color: hsl(134, 30%, 62%) | |
| HEX | #81BB8F | color: #81BB8F | |
| RGB | rgb(129, 187, 143) | color: rgb(129, 187, 143) | |
| CMYK | cmyk(31%, 0%, 24%, 27%) | — | |
| HSV | hsv(134, 31%, 73%) | — | |
| HWB | hwb(134 50% 27%) | color: hwb(134 50% 27%) | |
| OKLCH | oklch(0.74 0.0875 151.36) | color: oklch(0.74 0.0875 151.36) | |
| Lab | lab(71 -27.97 16.41) | color: lab(71 -27.97 16.41) | |
| LCH | lch(71 32.43 149.6) | color: lch(71 32.43 149.6) |
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)
#9A9B9A — rgb(154, 155, 154)
Deuteranopia (Green-blind)
#97929C — rgb(151, 146, 156)
Tritanopia (Blue-blind)
#84A2A4 — rgb(132, 162, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(134, 30%, 62%);
text
color: hsl(134, 30%, 62%);
border
border: 2px solid hsl(134, 30%, 62%);
gradient light
background: linear-gradient(to right, hsl(134, 30%, 82%), hsl(134, 30%, 62%));
gradient dark
background: linear-gradient(to right, hsl(134, 30%, 62%), hsl(134, 30%, 42%))
hex
background-color: #81BB8F;
tailwind
bg-[hsl(134,30%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(134, 30%, 62%, 0.4);
css variable
--color-primary: hsl(134, 30%, 62%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(134, 30%, 62%)?
HEX: #81BB8F | RGB: rgb(129, 187, 143) | CMYK: 31%, 0%, 24%, 27% | HSV: 134°, 31%, 73%. Copy any format from the conversion table above.
What colors go well with #81BB8F?
The complementary color is HSL(314, 30%, 62%). For a triadic harmony, use hues 134°, 254°, and 14°. For analogous combinations, try hues 104° and 164°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(134, 30%, 62%) in CSS?
As HSL: color: hsl(134, 30%, 62%); — As HEX: color: #81BB8F; — As RGB: color: rgb(129, 187, 143); — Tailwind CSS: bg-[hsl(134,30%,62%)] — CSS variable: --color-primary: hsl(134, 30%, 62%);