HSL(194, 10%, 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(194,10%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(194, 10%, 53%) | color: hsl(194, 10%, 53%) | |
| HEX | #7B8E93 | color: #7B8E93 | |
| RGB | rgb(123, 142, 147) | color: rgb(123, 142, 147) | |
| CMYK | cmyk(16%, 3%, 0%, 42%) | — | |
| HSV | hsv(193, 16%, 58%) | — | |
| HWB | hwb(193 49% 42%) | color: hwb(193 49% 42%) | |
| OKLCH | oklch(0.6333 0.0231 215.36) | color: oklch(0.6333 0.0231 215.36) | |
| Lab | lab(57.72 -5.68 -4.95) | color: lab(57.72 -5.68 -4.95) | |
| LCH | lch(57.72 7.53 221.07) | color: lch(57.72 7.53 221.07) |
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)
#838392 — rgb(131, 131, 146)
Deuteranopia (Green-blind)
#828192 — rgb(130, 129, 146)
Tritanopia (Blue-blind)
#7C9191 — rgb(124, 145, 145)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(194, 10%, 53%);
text
color: hsl(194, 10%, 53%);
border
border: 2px solid hsl(194, 10%, 53%);
gradient light
background: linear-gradient(to right, hsl(194, 10%, 73%), hsl(194, 10%, 53%));
gradient dark
background: linear-gradient(to right, hsl(194, 10%, 53%), hsl(194, 10%, 33%))
hex
background-color: #7B8E93;
tailwind
bg-[hsl(194,10%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(194, 10%, 53%, 0.4);
css variable
--color-primary: hsl(194, 10%, 53%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(194, 10%, 53%)?
HEX: #7B8E93 | RGB: rgb(123, 142, 147) | CMYK: 16%, 3%, 0%, 42% | HSV: 193°, 16%, 58%. Copy any format from the conversion table above.
What colors go well with #7B8E93?
The complementary color is HSL(14, 10%, 53%). For a triadic harmony, use hues 194°, 314°, and 74°. For analogous combinations, try hues 164° and 224°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(194, 10%, 53%) in CSS?
As HSL: color: hsl(194, 10%, 53%); — As HEX: color: #7B8E93; — As RGB: color: rgb(123, 142, 147); — Tailwind CSS: bg-[hsl(194,10%,53%)] — CSS variable: --color-primary: hsl(194, 10%, 53%);