HSL(162, 43%, 75%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(162,43%,75%)]

Color Conversions

Format Value CSS Usage
HSL hsl(162, 43%, 75%) color: hsl(162, 43%, 75%)
HEX #A4DBCA color: #A4DBCA
RGB rgb(164, 219, 202) color: rgb(164, 219, 202)
CMYK cmyk(25%, 0%, 8%, 14%)
HSV hsv(161, 25%, 86%)
HWB hwb(161 65% 14%) color: hwb(161 65% 14%)
OKLCH oklch(0.8486 0.0614 173.77) color: oklch(0.8486 0.0614 173.77)
Lab lab(83.35 -21.12 2.64) color: lab(83.35 -21.12 2.64)
LCH lch(83.35 21.28 172.87) color: lch(83.35 21.28 172.87)

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.55:1
vs Black 13.56: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)

#BCBCCE — rgb(188, 188, 206)

Deuteranopia (Green-blind)

#B9B5CF — rgb(185, 181, 207)

Tritanopia (Blue-blind)

#A7D1D2 — rgb(167, 209, 210)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(162, 43%, 75%);

text

color: hsl(162, 43%, 75%);

border

border: 2px solid hsl(162, 43%, 75%);

gradient light

background: linear-gradient(to right, hsl(162, 43%, 95%), hsl(162, 43%, 75%));

gradient dark

background: linear-gradient(to right, hsl(162, 43%, 75%), hsl(162, 43%, 55%))

hex

background-color: #A4DBCA;

tailwind

bg-[hsl(162,43%,75%)]

box shadow

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

css variable

--color-primary: hsl(162, 43%, 75%);

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, 43%, 75%)?

HEX: #A4DBCA | RGB: rgb(164, 219, 202) | CMYK: 25%, 0%, 8%, 14% | HSV: 161°, 25%, 86%. Copy any format from the conversion table above.

What colors go well with #A4DBCA?

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

As HSL: color: hsl(162, 43%, 75%); — As HEX: color: #A4DBCA; — As RGB: color: rgb(164, 219, 202); — Tailwind CSS: bg-[hsl(162,43%,75%)] — CSS variable: --color-primary: hsl(162, 43%, 75%);