HSL(134, 92%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(134,92%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(134, 92%, 79%) | color: hsl(134, 92%, 79%) | |
| HEX | #98FBAF | color: #98FBAF | |
| RGB | rgb(152, 251, 175) | color: rgb(152, 251, 175) | |
| CMYK | cmyk(39%, 0%, 30%, 2%) | — | |
| HSV | hsv(134, 39%, 98%) | — | |
| HWB | hwb(134 60% 2%) | color: hwb(134 60% 2%) | |
| OKLCH | oklch(0.9078 0.1403 150.29) | color: oklch(0.9078 0.1403 150.29) | |
| Lab | lab(91.13 -44.64 27.53) | color: lab(91.13 -44.64 27.53) | |
| LCH | lch(91.13 52.45 148.34) | color: lch(91.13 52.45 148.34) |
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)
#C3C4C1 — rgb(195, 196, 193)
Deuteranopia (Green-blind)
#BDB6C6 — rgb(189, 182, 198)
Tritanopia (Blue-blind)
#9DD0D3 — rgb(157, 208, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(134, 92%, 79%);
text
color: hsl(134, 92%, 79%);
border
border: 2px solid hsl(134, 92%, 79%);
gradient light
background: linear-gradient(to right, hsl(134, 92%, 99%), hsl(134, 92%, 79%));
gradient dark
background: linear-gradient(to right, hsl(134, 92%, 79%), hsl(134, 92%, 59%))
hex
background-color: #98FBAF;
tailwind
bg-[hsl(134,92%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(134, 92%, 79%, 0.4);
css variable
--color-primary: hsl(134, 92%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(134, 92%, 79%)?
HEX: #98FBAF | RGB: rgb(152, 251, 175) | CMYK: 39%, 0%, 30%, 2% | HSV: 134°, 39%, 98%. Copy any format from the conversion table above.
What colors go well with #98FBAF?
The complementary color is HSL(314, 92%, 79%). 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, 92%, 79%) in CSS?
As HSL: color: hsl(134, 92%, 79%); — As HEX: color: #98FBAF; — As RGB: color: rgb(152, 251, 175); — Tailwind CSS: bg-[hsl(134,92%,79%)] — CSS variable: --color-primary: hsl(134, 92%, 79%);