HSL(153, 50%, 85%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(153,50%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(153, 50%, 85%) color: hsl(153, 50%, 85%)
HEX #C6ECDB color: #C6ECDB
RGB rgb(198, 236, 219) color: rgb(198, 236, 219)
CMYK cmyk(16%, 0%, 7%, 7%)
HSV hsv(153, 16%, 93%)
HWB hwb(153 78% 7%) color: hwb(153 78% 7%)
OKLCH oklch(0.9112 0.0458 166.49) color: oklch(0.9112 0.0458 166.49)
Lab lab(90.37 -15.59 4.14) color: lab(90.37 -15.59 4.14)
LCH lch(90.37 16.13 165.13) color: lch(90.37 16.13 165.13)

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.28:1
vs Black 16.42: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)

#D6D7DF — rgb(214, 215, 223)

Deuteranopia (Green-blind)

#D4D1E0 — rgb(212, 209, 224)

Tritanopia (Blue-blind)

#C8E2E3 — rgb(200, 226, 227)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(153, 50%, 85%);

text

color: hsl(153, 50%, 85%);

border

border: 2px solid hsl(153, 50%, 85%);

gradient light

background: linear-gradient(to right, hsl(153, 50%, 100%), hsl(153, 50%, 85%));

gradient dark

background: linear-gradient(to right, hsl(153, 50%, 85%), hsl(153, 50%, 65%))

hex

background-color: #C6ECDB;

tailwind

bg-[hsl(153,50%,85%)]

box shadow

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

css variable

--color-primary: hsl(153, 50%, 85%);

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(153, 50%, 85%)?

HEX: #C6ECDB | RGB: rgb(198, 236, 219) | CMYK: 16%, 0%, 7%, 7% | HSV: 153°, 16%, 93%. Copy any format from the conversion table above.

What colors go well with #C6ECDB?

The complementary color is HSL(333, 50%, 85%). For a triadic harmony, use hues 153°, 273°, and 33°. For analogous combinations, try hues 123° and 183°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(153, 50%, 85%) in CSS?

As HSL: color: hsl(153, 50%, 85%); — As HEX: color: #C6ECDB; — As RGB: color: rgb(198, 236, 219); — Tailwind CSS: bg-[hsl(153,50%,85%)] — CSS variable: --color-primary: hsl(153, 50%, 85%);