HSL(152, 84%, 81%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(152,84%,81%)]

Color Conversions

Format Value CSS Usage
HSL hsl(152, 84%, 81%) color: hsl(152, 84%, 81%)
HEX #A6F7D1 color: #A6F7D1
RGB rgb(166, 247, 209) color: rgb(166, 247, 209)
CMYK cmyk(33%, 0%, 15%, 3%)
HSV hsv(152, 33%, 97%)
HWB hwb(152 65% 3%) color: hwb(152 65% 3%)
OKLCH oklch(0.9135 0.0953 163.51) color: oklch(0.9135 0.0953 163.51)
Lab lab(91.34 -32.58 10.49) color: lab(91.34 -32.58 10.49)
LCH lch(91.34 34.23 162.15) color: lch(91.34 34.23 162.15)

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.25:1
vs Black 16.85: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)

#C9CADA — rgb(201, 202, 218)

Deuteranopia (Green-blind)

#C4BEDC — rgb(196, 190, 220)

Tritanopia (Blue-blind)

#AAE1E3 — rgb(170, 225, 227)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(152, 84%, 81%);

text

color: hsl(152, 84%, 81%);

border

border: 2px solid hsl(152, 84%, 81%);

gradient light

background: linear-gradient(to right, hsl(152, 84%, 100%), hsl(152, 84%, 81%));

gradient dark

background: linear-gradient(to right, hsl(152, 84%, 81%), hsl(152, 84%, 61%))

hex

background-color: #A6F7D1;

tailwind

bg-[hsl(152,84%,81%)]

box shadow

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

css variable

--color-primary: hsl(152, 84%, 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(152, 84%, 81%)?

HEX: #A6F7D1 | RGB: rgb(166, 247, 209) | CMYK: 33%, 0%, 15%, 3% | HSV: 152°, 33%, 97%. Copy any format from the conversion table above.

What colors go well with #A6F7D1?

The complementary color is HSL(332, 84%, 81%). For a triadic harmony, use hues 152°, 272°, and 32°. For analogous combinations, try hues 122° and 182°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(152, 84%, 81%) in CSS?

As HSL: color: hsl(152, 84%, 81%); — As HEX: color: #A6F7D1; — As RGB: color: rgb(166, 247, 209); — Tailwind CSS: bg-[hsl(152,84%,81%)] — CSS variable: --color-primary: hsl(152, 84%, 81%);