HSL(162, 34%, 79%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(162,34%,79%)]

Color Conversions

Format Value CSS Usage
HSL hsl(162, 34%, 79%) color: hsl(162, 34%, 79%)
HEX #B7DCD1 color: #B7DCD1
RGB rgb(183, 220, 209) color: rgb(183, 220, 209)
CMYK cmyk(17%, 0%, 5%, 14%)
HSV hsv(162, 17%, 86%)
HWB hwb(162 71% 14%) color: hwb(162 71% 14%)
OKLCH oklch(0.8647 0.0418 175.34) color: oklch(0.8647 0.0418 175.34)
Lab lab(84.92 -14.29 1.36) color: lab(84.92 -14.29 1.36)
LCH lch(84.92 14.35 174.56) color: lch(84.92 14.35 174.56)

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.48:1
vs Black 14.17: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)

#C7C7D4 — rgb(199, 199, 212)

Deuteranopia (Green-blind)

#C5C2D4 — rgb(197, 194, 212)

Tritanopia (Blue-blind)

#B9D6D6 — rgb(185, 214, 214)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(162, 34%, 79%);

text

color: hsl(162, 34%, 79%);

border

border: 2px solid hsl(162, 34%, 79%);

gradient light

background: linear-gradient(to right, hsl(162, 34%, 99%), hsl(162, 34%, 79%));

gradient dark

background: linear-gradient(to right, hsl(162, 34%, 79%), hsl(162, 34%, 59%))

hex

background-color: #B7DCD1;

tailwind

bg-[hsl(162,34%,79%)]

box shadow

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

css variable

--color-primary: hsl(162, 34%, 79%);

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, 34%, 79%)?

HEX: #B7DCD1 | RGB: rgb(183, 220, 209) | CMYK: 17%, 0%, 5%, 14% | HSV: 162°, 17%, 86%. Copy any format from the conversion table above.

What colors go well with #B7DCD1?

The complementary color is HSL(342, 34%, 79%). 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, 34%, 79%) in CSS?

As HSL: color: hsl(162, 34%, 79%); — As HEX: color: #B7DCD1; — As RGB: color: rgb(183, 220, 209); — Tailwind CSS: bg-[hsl(162,34%,79%)] — CSS variable: --color-primary: hsl(162, 34%, 79%);