HSL(175, 12%, 53%)
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,12%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 12%, 53%) | color: hsl(175, 12%, 53%) | |
| HEX | #799693 | color: #799693 | |
| RGB | rgb(121, 150, 147) | color: rgb(121, 150, 147) | |
| CMYK | cmyk(19%, 0%, 2%, 41%) | — | |
| HSV | hsv(174, 19%, 59%) | — | |
| HWB | hwb(174 48% 41%) | color: hwb(174 48% 41%) | |
| OKLCH | oklch(0.65 0.0328 188.64) | color: oklch(0.65 0.0328 188.64) | |
| Lab | lab(59.87 -10.76 -1.78) | color: lab(59.87 -10.76 -1.78) | |
| LCH | lch(59.87 10.91 189.39) | color: lch(59.87 10.91 189.39) |
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)
#868694 — rgb(134, 134, 148)
Deuteranopia (Green-blind)
#848294 — rgb(132, 130, 148)
Tritanopia (Blue-blind)
#7A9494 — rgb(122, 148, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 12%, 53%);
text
color: hsl(175, 12%, 53%);
border
border: 2px solid hsl(175, 12%, 53%);
gradient light
background: linear-gradient(to right, hsl(175, 12%, 73%), hsl(175, 12%, 53%));
gradient dark
background: linear-gradient(to right, hsl(175, 12%, 53%), hsl(175, 12%, 33%))
hex
background-color: #799693;
tailwind
bg-[hsl(175,12%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 12%, 53%, 0.4);
css variable
--color-primary: hsl(175, 12%, 53%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 12%, 53%)?
HEX: #799693 | RGB: rgb(121, 150, 147) | CMYK: 19%, 0%, 2%, 41% | HSV: 174°, 19%, 59%. Copy any format from the conversion table above.
What colors go well with #799693?
The complementary color is HSL(355, 12%, 53%). 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, 12%, 53%) in CSS?
As HSL: color: hsl(175, 12%, 53%); — As HEX: color: #799693; — As RGB: color: rgb(121, 150, 147); — Tailwind CSS: bg-[hsl(175,12%,53%)] — CSS variable: --color-primary: hsl(175, 12%, 53%);