HSL(190, 90%, 23%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(190,90%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(190, 90%, 23%) color: hsl(190, 90%, 23%)
HEX #065E6F color: #065E6F
RGB rgb(6, 94, 111) color: rgb(6, 94, 111)
CMYK cmyk(95%, 15%, 0%, 56%)
HSV hsv(190, 95%, 44%)
HWB hwb(190 2% 56%) color: hwb(190 2% 56%)
OKLCH oklch(0.4446 0.0772 216.09) color: oklch(0.4446 0.0772 216.09)
Lab lab(36.35 -16.6 -16.25) color: lab(36.35 -16.6 -16.25)
LCH lch(36.35 23.23 224.39) color: lch(36.35 23.23 224.39)

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 7.4:1
vs Black 2.84: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)

#2C2D6B — rgb(44, 45, 107)

Deuteranopia (Green-blind)

#27206A — rgb(39, 32, 106)

Tritanopia (Blue-blind)

#0A6867 — rgb(10, 104, 103)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(190, 90%, 23%);

text

color: hsl(190, 90%, 23%);

border

border: 2px solid hsl(190, 90%, 23%);

gradient light

background: linear-gradient(to right, hsl(190, 90%, 43%), hsl(190, 90%, 23%));

gradient dark

background: linear-gradient(to right, hsl(190, 90%, 23%), hsl(190, 90%, 3%))

hex

background-color: #065E6F;

tailwind

bg-[hsl(190,90%,23%)]

box shadow

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

css variable

--color-primary: hsl(190, 90%, 23%);

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(190, 90%, 23%)?

HEX: #065E6F | RGB: rgb(6, 94, 111) | CMYK: 95%, 15%, 0%, 56% | HSV: 190°, 95%, 44%. Copy any format from the conversion table above.

What colors go well with #065E6F?

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

As HSL: color: hsl(190, 90%, 23%); — As HEX: color: #065E6F; — As RGB: color: rgb(6, 94, 111); — Tailwind CSS: bg-[hsl(190,90%,23%)] — CSS variable: --color-primary: hsl(190, 90%, 23%);