HSL(183, 50%, 74%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(183,50%,74%)]

Color Conversions

Format Value CSS Usage
HSL hsl(183, 50%, 74%) color: hsl(183, 50%, 74%)
HEX #9CDBDE color: #9CDBDE
RGB rgb(156, 219, 222) color: rgb(156, 219, 222)
CMYK cmyk(30%, 1%, 0%, 13%)
HSV hsv(183, 30%, 87%)
HWB hwb(183 61% 13%) color: hwb(183 61% 13%)
OKLCH oklch(0.85 0.0638 199.75) color: oklch(0.85 0.0638 199.75)
Lab lab(83.44 -19.12 -7.88) color: lab(83.44 -19.12 -7.88)
LCH lch(83.44 20.68 202.4) color: lch(83.44 20.68 202.4)

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 1.54:1
vs Black 13.6:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#B7B8DD — rgb(183, 184, 221)

Deuteranopia (Green-blind)

#B4AFDD — rgb(180, 175, 221)

Tritanopia (Blue-blind)

#9FDDDD — rgb(159, 221, 221)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(183, 50%, 74%);

text

color: hsl(183, 50%, 74%);

border

border: 2px solid hsl(183, 50%, 74%);

gradient light

background: linear-gradient(to right, hsl(183, 50%, 94%), hsl(183, 50%, 74%));

gradient dark

background: linear-gradient(to right, hsl(183, 50%, 74%), hsl(183, 50%, 54%))

hex

background-color: #9CDBDE;

tailwind

bg-[hsl(183,50%,74%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(183, 50%, 74%, 0.4);

css variable

--color-primary: hsl(183, 50%, 74%);

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(183, 50%, 74%)?

HEX: #9CDBDE | RGB: rgb(156, 219, 222) | CMYK: 30%, 1%, 0%, 13% | HSV: 183°, 30%, 87%. Copy any format from the conversion table above.

What colors go well with #9CDBDE?

The complementary color is HSL(3, 50%, 74%). For a triadic harmony, use hues 183°, 303°, and 63°. For analogous combinations, try hues 153° and 213°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(183, 50%, 74%) in CSS?

As HSL: color: hsl(183, 50%, 74%); — As HEX: color: #9CDBDE; — As RGB: color: rgb(156, 219, 222); — Tailwind CSS: bg-[hsl(183,50%,74%)] — CSS variable: --color-primary: hsl(183, 50%, 74%);