HSL(176, 10%, 35%)
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(176,10%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 10%, 35%) | color: hsl(176, 10%, 35%) | |
| HEX | #506261 | color: #506261 | |
| RGB | rgb(80, 98, 97) | color: rgb(80, 98, 97) | |
| CMYK | cmyk(18%, 0%, 1%, 62%) | — | |
| HSV | hsv(177, 18%, 38%) | — | |
| HWB | hwb(177 31% 62%) | color: hwb(177 31% 62%) | |
| OKLCH | oklch(0.4809 0.0219 192.29) | color: oklch(0.4809 0.0219 192.29) | |
| Lab | lab(40.09 -7.03 -1.71) | color: lab(40.09 -7.03 -1.71) | |
| LCH | lch(40.09 7.23 193.67) | color: lch(40.09 7.23 193.67) |
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)
#585861 — rgb(88, 88, 97)
Deuteranopia (Green-blind)
#575561 — rgb(87, 85, 97)
Tritanopia (Blue-blind)
#516161 — rgb(81, 97, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 10%, 35%);
text
color: hsl(176, 10%, 35%);
border
border: 2px solid hsl(176, 10%, 35%);
gradient light
background: linear-gradient(to right, hsl(176, 10%, 55%), hsl(176, 10%, 35%));
gradient dark
background: linear-gradient(to right, hsl(176, 10%, 35%), hsl(176, 10%, 15%))
hex
background-color: #506261;
tailwind
bg-[hsl(176,10%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 10%, 35%, 0.4);
css variable
--color-primary: hsl(176, 10%, 35%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 10%, 35%)?
HEX: #506261 | RGB: rgb(80, 98, 97) | CMYK: 18%, 0%, 1%, 62% | HSV: 177°, 18%, 38%. Copy any format from the conversion table above.
What colors go well with #506261?
The complementary color is HSL(356, 10%, 35%). For a triadic harmony, use hues 176°, 296°, and 56°. For analogous combinations, try hues 146° and 206°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(176, 10%, 35%) in CSS?
As HSL: color: hsl(176, 10%, 35%); — As HEX: color: #506261; — As RGB: color: rgb(80, 98, 97); — Tailwind CSS: bg-[hsl(176,10%,35%)] — CSS variable: --color-primary: hsl(176, 10%, 35%);