HSL(155, 70%, 81%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(155,70%,81%)]

Color Conversions

Format Value CSS Usage
HSL hsl(155, 70%, 81%) color: hsl(155, 70%, 81%)
HEX #ADF0D4 color: #ADF0D4
RGB rgb(173, 240, 212) color: rgb(173, 240, 212)
CMYK cmyk(28%, 0%, 12%, 6%)
HSV hsv(155, 28%, 94%)
HWB hwb(155 68% 6%) color: hwb(155 68% 6%)
OKLCH oklch(0.9027 0.0776 166.88) color: oklch(0.9027 0.0776 166.88)
Lab lab(89.84 -26.63 6.83) color: lab(89.84 -26.63 6.83)
LCH lch(89.84 27.49 165.61) color: lch(89.84 27.49 165.61)

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.3:1
vs Black 16.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)

#CACBDB — rgb(202, 203, 219)

Deuteranopia (Green-blind)

#C6C1DC — rgb(198, 193, 220)

Tritanopia (Blue-blind)

#B0E0E1 — rgb(176, 224, 225)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(155, 70%, 81%);

text

color: hsl(155, 70%, 81%);

border

border: 2px solid hsl(155, 70%, 81%);

gradient light

background: linear-gradient(to right, hsl(155, 70%, 100%), hsl(155, 70%, 81%));

gradient dark

background: linear-gradient(to right, hsl(155, 70%, 81%), hsl(155, 70%, 61%))

hex

background-color: #ADF0D4;

tailwind

bg-[hsl(155,70%,81%)]

box shadow

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

css variable

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

HEX: #ADF0D4 | RGB: rgb(173, 240, 212) | CMYK: 28%, 0%, 12%, 6% | HSV: 155°, 28%, 94%. Copy any format from the conversion table above.

What colors go well with #ADF0D4?

The complementary color is HSL(335, 70%, 81%). For a triadic harmony, use hues 155°, 275°, and 35°. For analogous combinations, try hues 125° and 185°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(155, 70%, 81%) in CSS?

As HSL: color: hsl(155, 70%, 81%); — As HEX: color: #ADF0D4; — As RGB: color: rgb(173, 240, 212); — Tailwind CSS: bg-[hsl(155,70%,81%)] — CSS variable: --color-primary: hsl(155, 70%, 81%);