HSL(138, 10%, 57%)
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(138,10%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(138, 10%, 57%) | color: hsl(138, 10%, 57%) | |
| HEX | #869C8D | color: #869C8D | |
| RGB | rgb(134, 156, 141) | color: rgb(134, 156, 141) | |
| CMYK | cmyk(14%, 0%, 10%, 39%) | — | |
| HSV | hsv(139, 14%, 61%) | — | |
| HWB | hwb(139 52% 39%) | color: hwb(139 52% 39%) | |
| OKLCH | oklch(0.6711 0.0331 155.61) | color: oklch(0.6711 0.0331 155.61) | |
| Lab | lab(62.31 -10.8 5.26) | color: lab(62.31 -10.8 5.26) | |
| LCH | lch(62.31 12.01 154.03) | color: lch(62.31 12.01 154.03) |
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)
#909091 — rgb(144, 144, 145)
Deuteranopia (Green-blind)
#8E8D92 — rgb(142, 141, 146)
Tritanopia (Blue-blind)
#879394 — rgb(135, 147, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(138, 10%, 57%);
text
color: hsl(138, 10%, 57%);
border
border: 2px solid hsl(138, 10%, 57%);
gradient light
background: linear-gradient(to right, hsl(138, 10%, 77%), hsl(138, 10%, 57%));
gradient dark
background: linear-gradient(to right, hsl(138, 10%, 57%), hsl(138, 10%, 37%))
hex
background-color: #869C8D;
tailwind
bg-[hsl(138,10%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(138, 10%, 57%, 0.4);
css variable
--color-primary: hsl(138, 10%, 57%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(138, 10%, 57%)?
HEX: #869C8D | RGB: rgb(134, 156, 141) | CMYK: 14%, 0%, 10%, 39% | HSV: 139°, 14%, 61%. Copy any format from the conversion table above.
What colors go well with #869C8D?
The complementary color is HSL(318, 10%, 57%). For a triadic harmony, use hues 138°, 258°, and 18°. For analogous combinations, try hues 108° and 168°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(138, 10%, 57%) in CSS?
As HSL: color: hsl(138, 10%, 57%); — As HEX: color: #869C8D; — As RGB: color: rgb(134, 156, 141); — Tailwind CSS: bg-[hsl(138,10%,57%)] — CSS variable: --color-primary: hsl(138, 10%, 57%);