HSL(159, 10%, 30%)

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(159,10%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(159, 10%, 30%) color: hsl(159, 10%, 30%)
HEX #45544F color: #45544F
RGB rgb(69, 84, 79) color: rgb(69, 84, 79)
CMYK cmyk(18%, 0%, 6%, 67%)
HSV hsv(160, 18%, 33%)
HWB hwb(160 27% 67%) color: hwb(160 27% 67%)
OKLCH oklch(0.4313 0.0205 173.12) color: oklch(0.4313 0.0205 173.12)
Lab lab(34.33 -7.02 0.97) color: lab(34.33 -7.02 0.97)
LCH lch(34.33 7.09 172.13) color: lch(34.33 7.09 172.13)

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 7.97:1
vs Black 2.63:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#4B4C50 — rgb(75, 76, 80)

Deuteranopia (Green-blind)

#4B4A51 — rgb(75, 74, 81)

Tritanopia (Blue-blind)

#465151 — rgb(70, 81, 81)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(159, 10%, 30%);

text

color: hsl(159, 10%, 30%);

border

border: 2px solid hsl(159, 10%, 30%);

gradient light

background: linear-gradient(to right, hsl(159, 10%, 50%), hsl(159, 10%, 30%));

gradient dark

background: linear-gradient(to right, hsl(159, 10%, 30%), hsl(159, 10%, 10%))

hex

background-color: #45544F;

tailwind

bg-[hsl(159,10%,30%)]

box shadow

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

css variable

--color-primary: hsl(159, 10%, 30%);

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(159, 10%, 30%)?

HEX: #45544F | RGB: rgb(69, 84, 79) | CMYK: 18%, 0%, 6%, 67% | HSV: 160°, 18%, 33%. Copy any format from the conversion table above.

What colors go well with #45544F?

The complementary color is HSL(339, 10%, 30%). For a triadic harmony, use hues 159°, 279°, and 39°. For analogous combinations, try hues 129° and 189°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(159, 10%, 30%) in CSS?

As HSL: color: hsl(159, 10%, 30%); — As HEX: color: #45544F; — As RGB: color: rgb(69, 84, 79); — Tailwind CSS: bg-[hsl(159,10%,30%)] — CSS variable: --color-primary: hsl(159, 10%, 30%);