HSL(194, 30%, 30%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(194,30%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(194, 30%, 30%) color: hsl(194, 30%, 30%)
HEX #365963 color: #365963
RGB rgb(54, 89, 99) color: rgb(54, 89, 99)
CMYK cmyk(45%, 10%, 0%, 61%)
HSV hsv(193, 45%, 39%)
HWB hwb(193 21% 61%) color: hwb(193 21% 61%)
OKLCH oklch(0.4415 0.0436 217.91) color: oklch(0.4415 0.0436 217.91)
Lab lab(35.65 -9.67 -9.72) color: lab(35.65 -9.67 -9.72)
LCH lch(35.65 13.71 225.15) color: lch(35.65 13.71 225.15)

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.59:1
vs Black 2.77: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)

#454561 — rgb(69, 69, 97)

Deuteranopia (Green-blind)

#434160 — rgb(67, 65, 96)

Tritanopia (Blue-blind)

#385F5E — rgb(56, 95, 94)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(194, 30%, 30%);

text

color: hsl(194, 30%, 30%);

border

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

gradient light

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

gradient dark

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

hex

background-color: #365963;

tailwind

bg-[hsl(194,30%,30%)]

box shadow

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

css variable

--color-primary: hsl(194, 30%, 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(194, 30%, 30%)?

HEX: #365963 | RGB: rgb(54, 89, 99) | CMYK: 45%, 10%, 0%, 61% | HSV: 193°, 45%, 39%. Copy any format from the conversion table above.

What colors go well with #365963?

The complementary color is HSL(14, 30%, 30%). For a triadic harmony, use hues 194°, 314°, and 74°. For analogous combinations, try hues 164° and 224°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(194, 30%, 30%) in CSS?

As HSL: color: hsl(194, 30%, 30%); — As HEX: color: #365963; — As RGB: color: rgb(54, 89, 99); — Tailwind CSS: bg-[hsl(194,30%,30%)] — CSS variable: --color-primary: hsl(194, 30%, 30%);