HSL(187, 80%, 19%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(187,80%,19%)]

Color Conversions

Format Value CSS Usage
HSL hsl(187, 80%, 19%) color: hsl(187, 80%, 19%)
HEX #0A4E57 color: #0A4E57
RGB rgb(10, 78, 87) color: rgb(10, 78, 87)
CMYK cmyk(89%, 10%, 0%, 66%)
HSV hsv(187, 89%, 34%)
HWB hwb(187 4% 66%) color: hwb(187 4% 66%)
OKLCH oklch(0.3895 0.0634 208.87) color: oklch(0.3895 0.0634 208.87)
Lab lab(29.91 -16.1 -10.99) color: lab(29.91 -16.1 -10.99)
LCH lch(29.91 19.49 214.32) color: lch(29.91 19.49 214.32)

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 9.37:1
vs Black 2.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)

#272855 — rgb(39, 40, 85)

Deuteranopia (Green-blind)

#241E54 — rgb(36, 30, 84)

Tritanopia (Blue-blind)

#0D5353 — rgb(13, 83, 83)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(187, 80%, 19%);

text

color: hsl(187, 80%, 19%);

border

border: 2px solid hsl(187, 80%, 19%);

gradient light

background: linear-gradient(to right, hsl(187, 80%, 39%), hsl(187, 80%, 19%));

gradient dark

background: linear-gradient(to right, hsl(187, 80%, 19%), hsl(187, 80%, 0%))

hex

background-color: #0A4E57;

tailwind

bg-[hsl(187,80%,19%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(187, 80%, 19%, 0.4);

css variable

--color-primary: hsl(187, 80%, 19%);

Related Colors

Use Cases for 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(187, 80%, 19%)?

HEX: #0A4E57 | RGB: rgb(10, 78, 87) | CMYK: 89%, 10%, 0%, 66% | HSV: 187°, 89%, 34%. Copy any format from the conversion table above.

What colors go well with #0A4E57?

The complementary color is HSL(7, 80%, 19%). For a triadic harmony, use hues 187°, 307°, and 67°. For analogous combinations, try hues 157° and 217°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(187, 80%, 19%) in CSS?

As HSL: color: hsl(187, 80%, 19%); — As HEX: color: #0A4E57; — As RGB: color: rgb(10, 78, 87); — Tailwind CSS: bg-[hsl(187,80%,19%)] — CSS variable: --color-primary: hsl(187, 80%, 19%);