HSL(162, 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(162,10%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(162, 10%, 46%) color: hsl(162, 10%, 46%)
HEX #6A817A color: #6A817A
RGB rgb(106, 129, 122) color: rgb(106, 129, 122)
CMYK cmyk(18%, 0%, 5%, 49%)
HSV hsv(162, 18%, 51%)
HWB hwb(162 42% 49%) color: hwb(162 42% 49%)
OKLCH oklch(0.5828 0.0287 174.87) color: oklch(0.5828 0.0287 174.87)
Lab lab(52.03 -9.83 1.03) color: lab(52.03 -9.83 1.03)
LCH lch(52.03 9.88 174.02) color: lch(52.03 9.88 174.02)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 4.17:1
vs Black 5.03:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#74747C — rgb(116, 116, 124)

Deuteranopia (Green-blind)

#73717C — rgb(115, 113, 124)

Tritanopia (Blue-blind)

#6B7D7D — rgb(107, 125, 125)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(162, 10%, 46%);

text

color: hsl(162, 10%, 46%);

border

border: 2px solid hsl(162, 10%, 46%);

gradient light

background: linear-gradient(to right, hsl(162, 10%, 66%), hsl(162, 10%, 46%));

gradient dark

background: linear-gradient(to right, hsl(162, 10%, 46%), hsl(162, 10%, 26%))

hex

background-color: #6A817A;

tailwind

bg-[hsl(162,10%,46%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(162, 10%, 46%, 0.4);

css variable

--color-primary: hsl(162, 10%, 46%);

Related Colors

Use Cases for Grayish Cyan

Tech/SaaS products Medical apps Water/ocean themes Clean UI elements Data viz

Frequently Asked Questions

What are all the color codes for HSL(162, 10%, 46%)?

HEX: #6A817A | RGB: rgb(106, 129, 122) | CMYK: 18%, 0%, 5%, 49% | HSV: 162°, 18%, 51%. Copy any format from the conversion table above.

What colors go well with #6A817A?

The complementary color is HSL(342, 10%, 46%). For a triadic harmony, use hues 162°, 282°, and 42°. For analogous combinations, try hues 132° and 192°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(162, 10%, 46%) in CSS?

As HSL: color: hsl(162, 10%, 46%); — As HEX: color: #6A817A; — As RGB: color: rgb(106, 129, 122); — Tailwind CSS: bg-[hsl(162,10%,46%)] — CSS variable: --color-primary: hsl(162, 10%, 46%);