HSL(190, 92%, 30%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(190,92%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(190, 92%, 30%) color: hsl(190, 92%, 30%)
HEX #067B93 color: #067B93
RGB rgb(6, 123, 147) color: rgb(6, 123, 147)
CMYK cmyk(96%, 16%, 0%, 42%)
HSV hsv(190, 96%, 58%)
HWB hwb(190 2% 42%) color: hwb(190 2% 42%)
OKLCH oklch(0.5385 0.0955 218.03) color: oklch(0.5385 0.0955 218.03)
Lab lab(47.38 -19.44 -21) color: lab(47.38 -19.44 -21)
LCH lch(47.38 28.62 227.21) color: lch(47.38 28.62 227.21)

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.93:1
vs Black 4.26: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)

#393A8D — rgb(57, 58, 141)

Deuteranopia (Green-blind)

#32298C — rgb(50, 41, 140)

Tritanopia (Blue-blind)

#0C8988 — rgb(12, 137, 136)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(190, 92%, 30%);

text

color: hsl(190, 92%, 30%);

border

border: 2px solid hsl(190, 92%, 30%);

gradient light

background: linear-gradient(to right, hsl(190, 92%, 50%), hsl(190, 92%, 30%));

gradient dark

background: linear-gradient(to right, hsl(190, 92%, 30%), hsl(190, 92%, 10%))

hex

background-color: #067B93;

tailwind

bg-[hsl(190,92%,30%)]

box shadow

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

css variable

--color-primary: hsl(190, 92%, 30%);

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, 92%, 30%)?

HEX: #067B93 | RGB: rgb(6, 123, 147) | CMYK: 96%, 16%, 0%, 42% | HSV: 190°, 96%, 58%. Copy any format from the conversion table above.

What colors go well with #067B93?

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

As HSL: color: hsl(190, 92%, 30%); — As HEX: color: #067B93; — As RGB: color: rgb(6, 123, 147); — Tailwind CSS: bg-[hsl(190,92%,30%)] — CSS variable: --color-primary: hsl(190, 92%, 30%);