HSL(190, 30%, 10%)

Very Dark Cyan — Cyan color

Adjust Color

Color Information

Color Name

Very Dark Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(190, 30%, 10%) color: hsl(190, 30%, 10%)
HEX #121F21 color: #121F21
RGB rgb(18, 31, 33) color: rgb(18, 31, 33)
CMYK cmyk(45%, 6%, 0%, 87%)
HSV hsv(188, 45%, 13%)
HWB hwb(188 7% 87%) color: hwb(188 7% 87%)
OKLCH oklch(0.2282 0.0185 207.99) color: oklch(0.2282 0.0185 207.99)
Lab lab(10.69 -4.99 -3.17) color: lab(10.69 -4.99 -3.17)
LCH lch(10.69 5.91 212.43) color: lch(10.69 5.91 212.43)

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 16.89:1
vs Black 1.24: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)

#181821 — rgb(24, 24, 33)

Deuteranopia (Green-blind)

#171620 — rgb(23, 22, 32)

Tritanopia (Blue-blind)

#132020 — rgb(19, 32, 32)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #121F21;

tailwind

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

box shadow

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

css variable

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

Related Colors

Use Cases for Very Dark 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, 30%, 10%)?

HEX: #121F21 | RGB: rgb(18, 31, 33) | CMYK: 45%, 6%, 0%, 87% | HSV: 188°, 45%, 13%. Copy any format from the conversion table above.

What colors go well with #121F21?

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

As HSL: color: hsl(190, 30%, 10%); — As HEX: color: #121F21; — As RGB: color: rgb(18, 31, 33); — Tailwind CSS: bg-[hsl(190,30%,10%)] — CSS variable: --color-primary: hsl(190, 30%, 10%);