HSL(190, 10%, 15%)

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,10%,15%)]

Color Conversions

Format Value CSS Usage
HSL hsl(190, 10%, 15%) color: hsl(190, 10%, 15%)
HEX #22292A color: #22292A
RGB rgb(34, 41, 42) color: rgb(34, 41, 42)
CMYK cmyk(19%, 2%, 0%, 84%)
HSV hsv(188, 19%, 16%)
HWB hwb(188 13% 84%) color: hwb(188 13% 84%)
OKLCH oklch(0.2745 0.0101 207.05) color: oklch(0.2745 0.0101 207.05)
Lab lab(15.97 -2.8 -1.69) color: lab(15.97 -2.8 -1.69)
LCH lch(15.97 3.27 211.11) color: lch(15.97 3.27 211.11)

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 14.8:1
vs Black 1.42: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)

#25252A — rgb(37, 37, 42)

Deuteranopia (Green-blind)

#25242A — rgb(37, 36, 42)

Tritanopia (Blue-blind)

#222A2A — rgb(34, 42, 42)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(190, 10%, 15%);

text

color: hsl(190, 10%, 15%);

border

border: 2px solid hsl(190, 10%, 15%);

gradient light

background: linear-gradient(to right, hsl(190, 10%, 35%), hsl(190, 10%, 15%));

gradient dark

background: linear-gradient(to right, hsl(190, 10%, 15%), hsl(190, 10%, 0%))

hex

background-color: #22292A;

tailwind

bg-[hsl(190,10%,15%)]

box shadow

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

css variable

--color-primary: hsl(190, 10%, 15%);

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(190, 10%, 15%)?

HEX: #22292A | RGB: rgb(34, 41, 42) | CMYK: 19%, 2%, 0%, 84% | HSV: 188°, 19%, 16%. Copy any format from the conversion table above.

What colors go well with #22292A?

The complementary color is HSL(10, 10%, 15%). 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, 10%, 15%) in CSS?

As HSL: color: hsl(190, 10%, 15%); — As HEX: color: #22292A; — As RGB: color: rgb(34, 41, 42); — Tailwind CSS: bg-[hsl(190,10%,15%)] — CSS variable: --color-primary: hsl(190, 10%, 15%);