HSL(161, 40%, 82%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(161,40%,82%)]

Color Conversions

Format Value CSS Usage
HSL hsl(161, 40%, 82%) color: hsl(161, 40%, 82%)
HEX #BFE3D8 color: #BFE3D8
RGB rgb(191, 227, 216) color: rgb(191, 227, 216)
CMYK cmyk(16%, 0%, 5%, 11%)
HSV hsv(162, 16%, 89%)
HWB hwb(162 75% 11%) color: hwb(162 75% 11%)
OKLCH oklch(0.8868 0.0406 174.9) color: oklch(0.8868 0.0406 174.9)
Lab lab(87.47 -13.89 1.44) color: lab(87.47 -13.89 1.44)
LCH lch(87.47 13.96 174.08) color: lch(87.47 13.96 174.08)

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.38:1
vs Black 15.19: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)

#CFCFDB — rgb(207, 207, 219)

Deuteranopia (Green-blind)

#CDCADB — rgb(205, 202, 219)

Tritanopia (Blue-blind)

#C1DDDD — rgb(193, 221, 221)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(161, 40%, 82%);

text

color: hsl(161, 40%, 82%);

border

border: 2px solid hsl(161, 40%, 82%);

gradient light

background: linear-gradient(to right, hsl(161, 40%, 100%), hsl(161, 40%, 82%));

gradient dark

background: linear-gradient(to right, hsl(161, 40%, 82%), hsl(161, 40%, 62%))

hex

background-color: #BFE3D8;

tailwind

bg-[hsl(161,40%,82%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(161, 40%, 82%, 0.4);

css variable

--color-primary: hsl(161, 40%, 82%);

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(161, 40%, 82%)?

HEX: #BFE3D8 | RGB: rgb(191, 227, 216) | CMYK: 16%, 0%, 5%, 11% | HSV: 162°, 16%, 89%. Copy any format from the conversion table above.

What colors go well with #BFE3D8?

The complementary color is HSL(341, 40%, 82%). For a triadic harmony, use hues 161°, 281°, and 41°. For analogous combinations, try hues 131° and 191°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(161, 40%, 82%) in CSS?

As HSL: color: hsl(161, 40%, 82%); — As HEX: color: #BFE3D8; — As RGB: color: rgb(191, 227, 216); — Tailwind CSS: bg-[hsl(161,40%,82%)] — CSS variable: --color-primary: hsl(161, 40%, 82%);