HSL(100, 13%, 53%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(100,13%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(100, 13%, 53%) | color: hsl(100, 13%, 53%) | |
| HEX | #829778 | color: #829778 | |
| RGB | rgb(130, 151, 120) | color: rgb(130, 151, 120) | |
| CMYK | cmyk(14%, 0%, 21%, 41%) | — | |
| HSV | hsv(101, 21%, 59%) | — | |
| HWB | hwb(101 47% 41%) | color: hwb(101 47% 41%) | |
| OKLCH | oklch(0.6512 0.0509 135.59) | color: oklch(0.6512 0.0509 135.59) | |
| Lab | lab(60.1 -13.48 13.9) | color: lab(60.1 -13.48 13.9) | |
| LCH | lch(60.1 19.36 134.12) | color: lch(60.1 19.36 134.12) |
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)
#8B8B80 — rgb(139, 139, 128)
Deuteranopia (Green-blind)
#8A8881 — rgb(138, 136, 129)
Tritanopia (Blue-blind)
#838587 — rgb(131, 133, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(100, 13%, 53%);
text
color: hsl(100, 13%, 53%);
border
border: 2px solid hsl(100, 13%, 53%);
gradient light
background: linear-gradient(to right, hsl(100, 13%, 73%), hsl(100, 13%, 53%));
gradient dark
background: linear-gradient(to right, hsl(100, 13%, 53%), hsl(100, 13%, 33%))
hex
background-color: #829778;
tailwind
bg-[hsl(100,13%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(100, 13%, 53%, 0.4);
css variable
--color-primary: hsl(100, 13%, 53%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(100, 13%, 53%)?
HEX: #829778 | RGB: rgb(130, 151, 120) | CMYK: 14%, 0%, 21%, 41% | HSV: 101°, 21%, 59%. Copy any format from the conversion table above.
What colors go well with #829778?
The complementary color is HSL(280, 13%, 53%). For a triadic harmony, use hues 100°, 220°, and 340°. For analogous combinations, try hues 70° and 130°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(100, 13%, 53%) in CSS?
As HSL: color: hsl(100, 13%, 53%); — As HEX: color: #829778; — As RGB: color: rgb(130, 151, 120); — Tailwind CSS: bg-[hsl(100,13%,53%)] — CSS variable: --color-primary: hsl(100, 13%, 53%);