HSL(182, 92%, 29%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(182,92%,29%)]

Color Conversions

Format Value CSS Usage
HSL hsl(182, 92%, 29%) color: hsl(182, 92%, 29%)
HEX #06898E color: #06898E
RGB rgb(6, 137, 142) color: rgb(6, 137, 142)
CMYK cmyk(96%, 4%, 0%, 44%)
HSV hsv(182, 96%, 56%)
HWB hwb(182 2% 44%) color: hwb(182 2% 44%)
OKLCH oklch(0.5729 0.0964 199.39) color: oklch(0.5729 0.0964 199.39)
Lab lab(51.7 -28.39 -11.49) color: lab(51.7 -28.39 -11.49)
LCH lch(51.7 30.63 202.03) color: lch(51.7 30.63 202.03)

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 4.22:1
vs Black 4.98:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#3F408D — rgb(63, 64, 141)

Deuteranopia (Green-blind)

#372D8D — rgb(55, 45, 141)

Tritanopia (Blue-blind)

#0D8C8C — rgb(13, 140, 140)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(182, 92%, 29%);

text

color: hsl(182, 92%, 29%);

border

border: 2px solid hsl(182, 92%, 29%);

gradient light

background: linear-gradient(to right, hsl(182, 92%, 49%), hsl(182, 92%, 29%));

gradient dark

background: linear-gradient(to right, hsl(182, 92%, 29%), hsl(182, 92%, 9%))

hex

background-color: #06898E;

tailwind

bg-[hsl(182,92%,29%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(182, 92%, 29%, 0.4);

css variable

--color-primary: hsl(182, 92%, 29%);

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(182, 92%, 29%)?

HEX: #06898E | RGB: rgb(6, 137, 142) | CMYK: 96%, 4%, 0%, 44% | HSV: 182°, 96%, 56%. Copy any format from the conversion table above.

What colors go well with #06898E?

The complementary color is HSL(2, 92%, 29%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(182, 92%, 29%) in CSS?

As HSL: color: hsl(182, 92%, 29%); — As HEX: color: #06898E; — As RGB: color: rgb(6, 137, 142); — Tailwind CSS: bg-[hsl(182,92%,29%)] — CSS variable: --color-primary: hsl(182, 92%, 29%);