HSL(168, 10%, 46%)
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(168,10%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(168, 10%, 46%) | color: hsl(168, 10%, 46%) | |
| HEX | #6A817C | color: #6A817C | |
| RGB | rgb(106, 129, 124) | color: rgb(106, 129, 124) | |
| CMYK | cmyk(18%, 0%, 4%, 49%) | — | |
| HSV | hsv(167, 18%, 51%) | — | |
| HWB | hwb(167 42% 49%) | color: hwb(167 42% 49%) | |
| OKLCH | oklch(0.5834 0.0277 180.63) | color: oklch(0.5834 0.0277 180.63) | |
| Lab | lab(52.08 -9.39 -0.06) | color: lab(52.08 -9.39 -0.06) | |
| LCH | lch(52.08 9.39 180.37) | color: lch(52.08 9.39 180.37) |
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)
#74747D — rgb(116, 116, 125)
Deuteranopia (Green-blind)
#73717E — rgb(115, 113, 126)
Tritanopia (Blue-blind)
#6B7E7E — rgb(107, 126, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(168, 10%, 46%);
text
color: hsl(168, 10%, 46%);
border
border: 2px solid hsl(168, 10%, 46%);
gradient light
background: linear-gradient(to right, hsl(168, 10%, 66%), hsl(168, 10%, 46%));
gradient dark
background: linear-gradient(to right, hsl(168, 10%, 46%), hsl(168, 10%, 26%))
hex
background-color: #6A817C;
tailwind
bg-[hsl(168,10%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(168, 10%, 46%, 0.4);
css variable
--color-primary: hsl(168, 10%, 46%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(168, 10%, 46%)?
HEX: #6A817C | RGB: rgb(106, 129, 124) | CMYK: 18%, 0%, 4%, 49% | HSV: 167°, 18%, 51%. Copy any format from the conversion table above.
What colors go well with #6A817C?
The complementary color is HSL(348, 10%, 46%). For a triadic harmony, use hues 168°, 288°, and 48°. For analogous combinations, try hues 138° and 198°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(168, 10%, 46%) in CSS?
As HSL: color: hsl(168, 10%, 46%); — As HEX: color: #6A817C; — As RGB: color: rgb(106, 129, 124); — Tailwind CSS: bg-[hsl(168,10%,46%)] — CSS variable: --color-primary: hsl(168, 10%, 46%);