HSL(167, 10%, 44%)
Grayish Cyan — Cyan color
Adjust Color
Color Information
Color Name
Grayish Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(167,10%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 10%, 44%) | color: hsl(167, 10%, 44%) | |
| HEX | #657B77 | color: #657B77 | |
| RGB | rgb(101, 123, 119) | color: rgb(101, 123, 119) | |
| CMYK | cmyk(18%, 0%, 3%, 52%) | — | |
| HSV | hsv(169, 18%, 48%) | — | |
| HWB | hwb(169 39% 52%) | color: hwb(169 39% 52%) | |
| OKLCH | oklch(0.564 0.0264 183.11) | color: oklch(0.564 0.0264 183.11) | |
| Lab | lab(49.81 -8.89 -0.49) | color: lab(49.81 -8.89 -0.49) | |
| LCH | lch(49.81 8.9 183.15) | color: lch(49.81 8.9 183.15) |
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)
#6F6F78 — rgb(111, 111, 120)
Deuteranopia (Green-blind)
#6D6C78 — rgb(109, 108, 120)
Tritanopia (Blue-blind)
#667979 — rgb(102, 121, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 10%, 44%);
text
color: hsl(167, 10%, 44%);
border
border: 2px solid hsl(167, 10%, 44%);
gradient light
background: linear-gradient(to right, hsl(167, 10%, 64%), hsl(167, 10%, 44%));
gradient dark
background: linear-gradient(to right, hsl(167, 10%, 44%), hsl(167, 10%, 24%))
hex
background-color: #657B77;
tailwind
bg-[hsl(167,10%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 10%, 44%, 0.4);
css variable
--color-primary: hsl(167, 10%, 44%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(167, 10%, 44%)?
HEX: #657B77 | RGB: rgb(101, 123, 119) | CMYK: 18%, 0%, 3%, 52% | HSV: 169°, 18%, 48%. Copy any format from the conversion table above.
What colors go well with #657B77?
The complementary color is HSL(347, 10%, 44%). For a triadic harmony, use hues 167°, 287°, and 47°. For analogous combinations, try hues 137° and 197°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(167, 10%, 44%) in CSS?
As HSL: color: hsl(167, 10%, 44%); — As HEX: color: #657B77; — As RGB: color: rgb(101, 123, 119); — Tailwind CSS: bg-[hsl(167,10%,44%)] — CSS variable: --color-primary: hsl(167, 10%, 44%);