HSL(190, 12%, 43%)
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(190,12%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(190, 12%, 43%) | color: hsl(190, 12%, 43%) | |
| HEX | #60767B | color: #60767B | |
| RGB | rgb(96, 118, 123) | color: rgb(96, 118, 123) | |
| CMYK | cmyk(22%, 4%, 0%, 52%) | — | |
| HSV | hsv(191, 22%, 48%) | — | |
| HWB | hwb(191 37% 52%) | color: hwb(191 37% 52%) | |
| OKLCH | oklch(0.55 0.027 213.04) | color: oklch(0.55 0.027 213.04) | |
| Lab | lab(48.1 -6.84 -5.42) | color: lab(48.1 -6.84 -5.42) | |
| LCH | lch(48.1 8.73 218.39) | color: lch(48.1 8.73 218.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: white
Color Blindness Simulation
Protanopia (Red-blind)
#6A6A7A — rgb(106, 106, 122)
Deuteranopia (Green-blind)
#68677A — rgb(104, 103, 122)
Tritanopia (Blue-blind)
#617979 — rgb(97, 121, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(190, 12%, 43%);
text
color: hsl(190, 12%, 43%);
border
border: 2px solid hsl(190, 12%, 43%);
gradient light
background: linear-gradient(to right, hsl(190, 12%, 63%), hsl(190, 12%, 43%));
gradient dark
background: linear-gradient(to right, hsl(190, 12%, 43%), hsl(190, 12%, 23%))
hex
background-color: #60767B;
tailwind
bg-[hsl(190,12%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(190, 12%, 43%, 0.4);
css variable
--color-primary: hsl(190, 12%, 43%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(190, 12%, 43%)?
HEX: #60767B | RGB: rgb(96, 118, 123) | CMYK: 22%, 4%, 0%, 52% | HSV: 191°, 22%, 48%. Copy any format from the conversion table above.
What colors go well with #60767B?
The complementary color is HSL(10, 12%, 43%). For a triadic harmony, use hues 190°, 310°, and 70°. For analogous combinations, try hues 160° and 220°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(190, 12%, 43%) in CSS?
As HSL: color: hsl(190, 12%, 43%); — As HEX: color: #60767B; — As RGB: color: rgb(96, 118, 123); — Tailwind CSS: bg-[hsl(190,12%,43%)] — CSS variable: --color-primary: hsl(190, 12%, 43%);