HSL(151, 19%, 76%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(151,19%,76%)]

Color Conversions

Format Value CSS Usage
HSL hsl(151, 19%, 76%) color: hsl(151, 19%, 76%)
HEX #B6CDC2 color: #B6CDC2
RGB rgb(182, 205, 194) color: rgb(182, 205, 194)
CMYK cmyk(11%, 0%, 5%, 20%)
HSV hsv(151, 11%, 80%)
HWB hwb(151 71% 20%) color: hwb(151 71% 20%)
OKLCH oklch(0.8279 0.0291 165.31) color: oklch(0.8279 0.0291 165.31)
Lab lab(80.46 -9.86 2.85) color: lab(80.46 -9.86 2.85)
LCH lch(80.46 10.26 163.88) color: lch(80.46 10.26 163.88)

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.68:1
vs Black 12.5: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)

#C0C0C5 — rgb(192, 192, 197)

Deuteranopia (Green-blind)

#BFBDC5 — rgb(191, 189, 197)

Tritanopia (Blue-blind)

#B7C7C7 — rgb(183, 199, 199)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(151, 19%, 76%);

text

color: hsl(151, 19%, 76%);

border

border: 2px solid hsl(151, 19%, 76%);

gradient light

background: linear-gradient(to right, hsl(151, 19%, 96%), hsl(151, 19%, 76%));

gradient dark

background: linear-gradient(to right, hsl(151, 19%, 76%), hsl(151, 19%, 56%))

hex

background-color: #B6CDC2;

tailwind

bg-[hsl(151,19%,76%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(151, 19%, 76%, 0.4);

css variable

--color-primary: hsl(151, 19%, 76%);

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(151, 19%, 76%)?

HEX: #B6CDC2 | RGB: rgb(182, 205, 194) | CMYK: 11%, 0%, 5%, 20% | HSV: 151°, 11%, 80%. Copy any format from the conversion table above.

What colors go well with #B6CDC2?

The complementary color is HSL(331, 19%, 76%). For a triadic harmony, use hues 151°, 271°, and 31°. For analogous combinations, try hues 121° and 181°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(151, 19%, 76%) in CSS?

As HSL: color: hsl(151, 19%, 76%); — As HEX: color: #B6CDC2; — As RGB: color: rgb(182, 205, 194); — Tailwind CSS: bg-[hsl(151,19%,76%)] — CSS variable: --color-primary: hsl(151, 19%, 76%);