HSL(175, 10%, 51%)
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%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 10%, 51%) | color: hsl(175, 10%, 51%) | |
| HEX | #768F8C | color: #768F8C | |
| RGB | rgb(118, 143, 140) | color: rgb(118, 143, 140) | |
| CMYK | cmyk(17%, 0%, 2%, 44%) | — | |
| HSV | hsv(173, 17%, 56%) | — | |
| HWB | hwb(173 46% 44%) | color: hwb(173 46% 44%) | |
| OKLCH | oklch(0.6297 0.0288 187.55) | color: oklch(0.6297 0.0288 187.55) | |
| Lab | lab(57.45 -9.49 -1.36) | color: lab(57.45 -9.49 -1.36) | |
| LCH | lch(57.45 9.59 188.16) | color: lch(57.45 9.59 188.16) |
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)
#81818D — rgb(129, 129, 141)
Deuteranopia (Green-blind)
#7F7E8D — rgb(127, 126, 141)
Tritanopia (Blue-blind)
#778D8D — rgb(119, 141, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 10%, 51%);
text
color: hsl(175, 10%, 51%);
border
border: 2px solid hsl(175, 10%, 51%);
gradient light
background: linear-gradient(to right, hsl(175, 10%, 71%), hsl(175, 10%, 51%));
gradient dark
background: linear-gradient(to right, hsl(175, 10%, 51%), hsl(175, 10%, 31%))
hex
background-color: #768F8C;
tailwind
bg-[hsl(175,10%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 10%, 51%, 0.4);
css variable
--color-primary: hsl(175, 10%, 51%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 10%, 51%)?
HEX: #768F8C | RGB: rgb(118, 143, 140) | CMYK: 17%, 0%, 2%, 44% | HSV: 173°, 17%, 56%. Copy any format from the conversion table above.
What colors go well with #768F8C?
The complementary color is HSL(355, 10%, 51%). 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%, 51%) in CSS?
As HSL: color: hsl(175, 10%, 51%); — As HEX: color: #768F8C; — As RGB: color: rgb(118, 143, 140); — Tailwind CSS: bg-[hsl(175,10%,51%)] — CSS variable: --color-primary: hsl(175, 10%, 51%);