HSL(123, 10%, 55%)
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(123,10%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(123, 10%, 55%) | color: hsl(123, 10%, 55%) | |
| HEX | #819882 | color: #819882 | |
| RGB | rgb(129, 152, 130) | color: rgb(129, 152, 130) | |
| CMYK | cmyk(15%, 0%, 14%, 40%) | — | |
| HSV | hsv(123, 15%, 60%) | — | |
| HWB | hwb(123 51% 40%) | color: hwb(123 51% 40%) | |
| OKLCH | oklch(0.6553 0.0414 146.25) | color: oklch(0.6553 0.0414 146.25) | |
| Lab | lab(60.55 -12.56 8.89) | color: lab(60.55 -12.56 8.89) | |
| LCH | lch(60.55 15.39 144.71) | color: lch(60.55 15.39 144.71) |
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)
#8B8B87 — rgb(139, 139, 135)
Deuteranopia (Green-blind)
#8A8889 — rgb(138, 136, 137)
Tritanopia (Blue-blind)
#828C8C — rgb(130, 140, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(123, 10%, 55%);
text
color: hsl(123, 10%, 55%);
border
border: 2px solid hsl(123, 10%, 55%);
gradient light
background: linear-gradient(to right, hsl(123, 10%, 75%), hsl(123, 10%, 55%));
gradient dark
background: linear-gradient(to right, hsl(123, 10%, 55%), hsl(123, 10%, 35%))
hex
background-color: #819882;
tailwind
bg-[hsl(123,10%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(123, 10%, 55%, 0.4);
css variable
--color-primary: hsl(123, 10%, 55%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(123, 10%, 55%)?
HEX: #819882 | RGB: rgb(129, 152, 130) | CMYK: 15%, 0%, 14%, 40% | HSV: 123°, 15%, 60%. Copy any format from the conversion table above.
What colors go well with #819882?
The complementary color is HSL(303, 10%, 55%). For a triadic harmony, use hues 123°, 243°, and 3°. For analogous combinations, try hues 93° and 153°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(123, 10%, 55%) in CSS?
As HSL: color: hsl(123, 10%, 55%); — As HEX: color: #819882; — As RGB: color: rgb(129, 152, 130); — Tailwind CSS: bg-[hsl(123,10%,55%)] — CSS variable: --color-primary: hsl(123, 10%, 55%);