HSL(162, 58%, 81%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(162,58%,81%)]

Color Conversions

Format Value CSS Usage
HSL hsl(162, 58%, 81%) color: hsl(162, 58%, 81%)
HEX #B2EBDA color: #B2EBDA
RGB rgb(178, 235, 218) color: rgb(178, 235, 218)
CMYK cmyk(24%, 0%, 7%, 8%)
HSV hsv(162, 24%, 92%)
HWB hwb(162 70% 8%) color: hwb(162 70% 8%)
OKLCH oklch(0.8963 0.0626 174.54) color: oklch(0.8963 0.0626 174.54)
Lab lab(88.89 -21.51 2.37) color: lab(88.89 -21.51 2.37)
LCH lch(88.89 21.64 173.71) color: lch(88.89 21.64 173.71)

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.33:1
vs Black 15.79: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)

#CBCBDE — rgb(203, 203, 222)

Deuteranopia (Green-blind)

#C7C3DF — rgb(199, 195, 223)

Tritanopia (Blue-blind)

#B5E1E2 — rgb(181, 225, 226)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(162, 58%, 81%);

text

color: hsl(162, 58%, 81%);

border

border: 2px solid hsl(162, 58%, 81%);

gradient light

background: linear-gradient(to right, hsl(162, 58%, 100%), hsl(162, 58%, 81%));

gradient dark

background: linear-gradient(to right, hsl(162, 58%, 81%), hsl(162, 58%, 61%))

hex

background-color: #B2EBDA;

tailwind

bg-[hsl(162,58%,81%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(162, 58%, 81%, 0.4);

css variable

--color-primary: hsl(162, 58%, 81%);

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(162, 58%, 81%)?

HEX: #B2EBDA | RGB: rgb(178, 235, 218) | CMYK: 24%, 0%, 7%, 8% | HSV: 162°, 24%, 92%. Copy any format from the conversion table above.

What colors go well with #B2EBDA?

The complementary color is HSL(342, 58%, 81%). For a triadic harmony, use hues 162°, 282°, and 42°. For analogous combinations, try hues 132° and 192°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(162, 58%, 81%) in CSS?

As HSL: color: hsl(162, 58%, 81%); — As HEX: color: #B2EBDA; — As RGB: color: rgb(178, 235, 218); — Tailwind CSS: bg-[hsl(162,58%,81%)] — CSS variable: --color-primary: hsl(162, 58%, 81%);