HSL(168, 97%, 78%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(168,97%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(168, 97%, 78%) color: hsl(168, 97%, 78%)
HEX #90FDE8 color: #90FDE8
RGB rgb(144, 253, 232) color: rgb(144, 253, 232)
CMYK cmyk(43%, 0%, 8%, 1%)
HSV hsv(168, 43%, 99%)
HWB hwb(168 56% 1%) color: hwb(168 56% 1%)
OKLCH oklch(0.9227 0.1058 179.96) color: oklch(0.9227 0.1058 179.96)
Lab lab(92.58 -36.27 0.25) color: lab(92.58 -36.27 0.25)
LCH lch(92.58 36.27 179.61) color: lch(92.58 36.27 179.61)

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.21:1
vs Black 17.4: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)

#BFC0ED — rgb(191, 192, 237)

Deuteranopia (Green-blind)

#B9B1EE — rgb(185, 177, 238)

Tritanopia (Blue-blind)

#95F1F2 — rgb(149, 241, 242)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(168, 97%, 78%);

text

color: hsl(168, 97%, 78%);

border

border: 2px solid hsl(168, 97%, 78%);

gradient light

background: linear-gradient(to right, hsl(168, 97%, 98%), hsl(168, 97%, 78%));

gradient dark

background: linear-gradient(to right, hsl(168, 97%, 78%), hsl(168, 97%, 58%))

hex

background-color: #90FDE8;

tailwind

bg-[hsl(168,97%,78%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(168, 97%, 78%, 0.4);

css variable

--color-primary: hsl(168, 97%, 78%);

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(168, 97%, 78%)?

HEX: #90FDE8 | RGB: rgb(144, 253, 232) | CMYK: 43%, 0%, 8%, 1% | HSV: 168°, 43%, 99%. Copy any format from the conversion table above.

What colors go well with #90FDE8?

The complementary color is HSL(348, 97%, 78%). For a triadic harmony, use hues 168°, 288°, and 48°. For analogous combinations, try hues 138° and 198°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(168, 97%, 78%) in CSS?

As HSL: color: hsl(168, 97%, 78%); — As HEX: color: #90FDE8; — As RGB: color: rgb(144, 253, 232); — Tailwind CSS: bg-[hsl(168,97%,78%)] — CSS variable: --color-primary: hsl(168, 97%, 78%);