HSL(188, 63%, 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(188,63%,10%)]

Color Conversions

Format Value CSS Usage
HSL hsl(188, 63%, 10%) color: hsl(188, 63%, 10%)
HEX #09252A color: #09252A
RGB rgb(9, 37, 42) color: rgb(9, 37, 42)
CMYK cmyk(79%, 12%, 0%, 84%)
HSV hsv(189, 79%, 16%)
HWB hwb(189 3% 84%) color: hwb(189 3% 84%)
OKLCH oklch(0.2459 0.0344 211.3) color: oklch(0.2459 0.0344 211.3)
Lab lab(12.91 -8.45 -6.43) color: lab(12.91 -8.45 -6.43)
LCH lch(12.91 10.62 217.27) color: lch(12.91 10.62 217.27)

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.03:1
vs Black 1.31: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)

#151529 — rgb(21, 21, 41)

Deuteranopia (Green-blind)

#141129 — rgb(20, 17, 41)

Tritanopia (Blue-blind)

#0A2828 — rgb(10, 40, 40)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(188, 63%, 10%);

text

color: hsl(188, 63%, 10%);

border

border: 2px solid hsl(188, 63%, 10%);

gradient light

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

gradient dark

background: linear-gradient(to right, hsl(188, 63%, 10%), hsl(188, 63%, 0%))

hex

background-color: #09252A;

tailwind

bg-[hsl(188,63%,10%)]

box shadow

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

css variable

--color-primary: hsl(188, 63%, 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(188, 63%, 10%)?

HEX: #09252A | RGB: rgb(9, 37, 42) | CMYK: 79%, 12%, 0%, 84% | HSV: 189°, 79%, 16%. Copy any format from the conversion table above.

What colors go well with #09252A?

The complementary color is HSL(8, 63%, 10%). For a triadic harmony, use hues 188°, 308°, and 68°. For analogous combinations, try hues 158° and 218°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(188, 63%, 10%) in CSS?

As HSL: color: hsl(188, 63%, 10%); — As HEX: color: #09252A; — As RGB: color: rgb(9, 37, 42); — Tailwind CSS: bg-[hsl(188,63%,10%)] — CSS variable: --color-primary: hsl(188, 63%, 10%);