HSL(175, 10%, 47%)
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(175,10%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 10%, 47%) | color: hsl(175, 10%, 47%) | |
| HEX | #6C8482 | color: #6C8482 | |
| RGB | rgb(108, 132, 130) | color: rgb(108, 132, 130) | |
| CMYK | cmyk(18%, 0%, 2%, 48%) | — | |
| HSV | hsv(175, 18%, 52%) | — | |
| HWB | hwb(175 43% 48%) | color: hwb(175 43% 48%) | |
| OKLCH | oklch(0.5938 0.0278 190.21) | color: oklch(0.5938 0.0278 190.21) | |
| Lab | lab(53.28 -9.04 -1.79) | color: lab(53.28 -9.04 -1.79) | |
| LCH | lch(53.28 9.22 191.2) | color: lch(53.28 9.22 191.2) |
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)
#767782 — rgb(118, 119, 130)
Deuteranopia (Green-blind)
#757383 — rgb(117, 115, 131)
Tritanopia (Blue-blind)
#6D8383 — rgb(109, 131, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 10%, 47%);
text
color: hsl(175, 10%, 47%);
border
border: 2px solid hsl(175, 10%, 47%);
gradient light
background: linear-gradient(to right, hsl(175, 10%, 67%), hsl(175, 10%, 47%));
gradient dark
background: linear-gradient(to right, hsl(175, 10%, 47%), hsl(175, 10%, 27%))
hex
background-color: #6C8482;
tailwind
bg-[hsl(175,10%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 10%, 47%, 0.4);
css variable
--color-primary: hsl(175, 10%, 47%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 10%, 47%)?
HEX: #6C8482 | RGB: rgb(108, 132, 130) | CMYK: 18%, 0%, 2%, 48% | HSV: 175°, 18%, 52%. Copy any format from the conversion table above.
What colors go well with #6C8482?
The complementary color is HSL(355, 10%, 47%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(175, 10%, 47%) in CSS?
As HSL: color: hsl(175, 10%, 47%); — As HEX: color: #6C8482; — As RGB: color: rgb(108, 132, 130); — Tailwind CSS: bg-[hsl(175,10%,47%)] — CSS variable: --color-primary: hsl(175, 10%, 47%);