HSL(184, 90%, 26%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(184,90%,26%)]

Color Conversions

Format Value CSS Usage
HSL hsl(184, 90%, 26%) color: hsl(184, 90%, 26%)
HEX #07767E color: #07767E
RGB rgb(7, 118, 126) color: rgb(7, 118, 126)
CMYK cmyk(94%, 6%, 0%, 51%)
HSV hsv(184, 94%, 49%)
HWB hwb(184 3% 51%) color: hwb(184 3% 51%)
OKLCH oklch(0.5162 0.0865 203.24) color: oklch(0.5162 0.0865 203.24)
Lab lab(44.95 -24.11 -12.25) color: lab(44.95 -24.11 -12.25)
LCH lch(44.95 27.04 206.93) color: lch(44.95 27.04 206.93)

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 5.38:1
vs Black 3.9:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#37387C — rgb(55, 56, 124)

Deuteranopia (Green-blind)

#31287C — rgb(49, 40, 124)

Tritanopia (Blue-blind)

#0D7B7A — rgb(13, 123, 122)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(184, 90%, 26%);

text

color: hsl(184, 90%, 26%);

border

border: 2px solid hsl(184, 90%, 26%);

gradient light

background: linear-gradient(to right, hsl(184, 90%, 46%), hsl(184, 90%, 26%));

gradient dark

background: linear-gradient(to right, hsl(184, 90%, 26%), hsl(184, 90%, 6%))

hex

background-color: #07767E;

tailwind

bg-[hsl(184,90%,26%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(184, 90%, 26%, 0.4);

css variable

--color-primary: hsl(184, 90%, 26%);

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(184, 90%, 26%)?

HEX: #07767E | RGB: rgb(7, 118, 126) | CMYK: 94%, 6%, 0%, 51% | HSV: 184°, 94%, 49%. Copy any format from the conversion table above.

What colors go well with #07767E?

The complementary color is HSL(4, 90%, 26%). For a triadic harmony, use hues 184°, 304°, and 64°. For analogous combinations, try hues 154° and 214°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(184, 90%, 26%) in CSS?

As HSL: color: hsl(184, 90%, 26%); — As HEX: color: #07767E; — As RGB: color: rgb(7, 118, 126); — Tailwind CSS: bg-[hsl(184,90%,26%)] — CSS variable: --color-primary: hsl(184, 90%, 26%);