HSL(192, 23%, 18%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(192,23%,18%)]

Color Conversions

Format Value CSS Usage
HSL hsl(192, 23%, 18%) color: hsl(192, 23%, 18%)
HEX #233438 color: #233438
RGB rgb(35, 52, 56) color: rgb(35, 52, 56)
CMYK cmyk(38%, 7%, 0%, 78%)
HSV hsv(191, 38%, 22%)
HWB hwb(191 14% 78%) color: hwb(191 14% 78%)
OKLCH oklch(0.3119 0.0233 213.89) color: oklch(0.3119 0.0233 213.89)
Lab lab(20.43 -5.73 -4.76) color: lab(20.43 -5.73 -4.76)
LCH lch(20.43 7.45 219.72) color: lch(20.43 7.45 219.72)

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 12.96:1
vs Black 1.62: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)

#2A2B37 — rgb(42, 43, 55)

Deuteranopia (Green-blind)

#292837 — rgb(41, 40, 55)

Tritanopia (Blue-blind)

#243636 — rgb(36, 54, 54)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(192, 23%, 18%);

text

color: hsl(192, 23%, 18%);

border

border: 2px solid hsl(192, 23%, 18%);

gradient light

background: linear-gradient(to right, hsl(192, 23%, 38%), hsl(192, 23%, 18%));

gradient dark

background: linear-gradient(to right, hsl(192, 23%, 18%), hsl(192, 23%, 0%))

hex

background-color: #233438;

tailwind

bg-[hsl(192,23%,18%)]

box shadow

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

css variable

--color-primary: hsl(192, 23%, 18%);

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(192, 23%, 18%)?

HEX: #233438 | RGB: rgb(35, 52, 56) | CMYK: 38%, 7%, 0%, 78% | HSV: 191°, 38%, 22%. Copy any format from the conversion table above.

What colors go well with #233438?

The complementary color is HSL(12, 23%, 18%). For a triadic harmony, use hues 192°, 312°, and 72°. For analogous combinations, try hues 162° and 222°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(192, 23%, 18%) in CSS?

As HSL: color: hsl(192, 23%, 18%); — As HEX: color: #233438; — As RGB: color: rgb(35, 52, 56); — Tailwind CSS: bg-[hsl(192,23%,18%)] — CSS variable: --color-primary: hsl(192, 23%, 18%);