HSL(191, 10%, 38%)
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(191,10%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(191, 10%, 38%) | color: hsl(191, 10%, 38%) | |
| HEX | #57676B | color: #57676B | |
| RGB | rgb(87, 103, 107) | color: rgb(87, 103, 107) | |
| CMYK | cmyk(19%, 4%, 0%, 58%) | — | |
| HSV | hsv(192, 19%, 42%) | — | |
| HWB | hwb(192 34% 58%) | color: hwb(192 34% 58%) | |
| OKLCH | oklch(0.5019 0.0204 214.52) | color: oklch(0.5019 0.0204 214.52) | |
| Lab | lab(42.44 -5.08 -4.28) | color: lab(42.44 -5.08 -4.28) | |
| LCH | lch(42.44 6.64 220.11) | color: lch(42.44 6.64 220.11) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#5E5E6A — rgb(94, 94, 106)
Deuteranopia (Green-blind)
#5D5C6A — rgb(93, 92, 106)
Tritanopia (Blue-blind)
#586969 — rgb(88, 105, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(191, 10%, 38%);
text
color: hsl(191, 10%, 38%);
border
border: 2px solid hsl(191, 10%, 38%);
gradient light
background: linear-gradient(to right, hsl(191, 10%, 58%), hsl(191, 10%, 38%));
gradient dark
background: linear-gradient(to right, hsl(191, 10%, 38%), hsl(191, 10%, 18%))
hex
background-color: #57676B;
tailwind
bg-[hsl(191,10%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(191, 10%, 38%, 0.4);
css variable
--color-primary: hsl(191, 10%, 38%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(191, 10%, 38%)?
HEX: #57676B | RGB: rgb(87, 103, 107) | CMYK: 19%, 4%, 0%, 58% | HSV: 192°, 19%, 42%. Copy any format from the conversion table above.
What colors go well with #57676B?
The complementary color is HSL(11, 10%, 38%). For a triadic harmony, use hues 191°, 311°, and 71°. For analogous combinations, try hues 161° and 221°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(191, 10%, 38%) in CSS?
As HSL: color: hsl(191, 10%, 38%); — As HEX: color: #57676B; — As RGB: color: rgb(87, 103, 107); — Tailwind CSS: bg-[hsl(191,10%,38%)] — CSS variable: --color-primary: hsl(191, 10%, 38%);