HSL(153, 22%, 74%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(153,22%,74%)]

Color Conversions

Format Value CSS Usage
HSL hsl(153, 22%, 74%) color: hsl(153, 22%, 74%)
HEX #AECBBE color: #AECBBE
RGB rgb(174, 203, 190) color: rgb(174, 203, 190)
CMYK cmyk(14%, 0%, 6%, 20%)
HSV hsv(153, 14%, 80%)
HWB hwb(153 69% 20%) color: hwb(153 69% 20%)
OKLCH oklch(0.8169 0.036 166.63) color: oklch(0.8169 0.036 166.63)
Lab lab(79.29 -12.26 3.22) color: lab(79.29 -12.26 3.22)
LCH lch(79.29 12.68 165.28) color: lch(79.29 12.68 165.28)

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.74:1
vs Black 12.09: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)

#BBBBC1 — rgb(187, 187, 193)

Deuteranopia (Green-blind)

#B9B7C2 — rgb(185, 183, 194)

Tritanopia (Blue-blind)

#AFC4C4 — rgb(175, 196, 196)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(153, 22%, 74%);

text

color: hsl(153, 22%, 74%);

border

border: 2px solid hsl(153, 22%, 74%);

gradient light

background: linear-gradient(to right, hsl(153, 22%, 94%), hsl(153, 22%, 74%));

gradient dark

background: linear-gradient(to right, hsl(153, 22%, 74%), hsl(153, 22%, 54%))

hex

background-color: #AECBBE;

tailwind

bg-[hsl(153,22%,74%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(153, 22%, 74%, 0.4);

css variable

--color-primary: hsl(153, 22%, 74%);

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(153, 22%, 74%)?

HEX: #AECBBE | RGB: rgb(174, 203, 190) | CMYK: 14%, 0%, 6%, 20% | HSV: 153°, 14%, 80%. Copy any format from the conversion table above.

What colors go well with #AECBBE?

The complementary color is HSL(333, 22%, 74%). For a triadic harmony, use hues 153°, 273°, and 33°. For analogous combinations, try hues 123° and 183°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(153, 22%, 74%) in CSS?

As HSL: color: hsl(153, 22%, 74%); — As HEX: color: #AECBBE; — As RGB: color: rgb(174, 203, 190); — Tailwind CSS: bg-[hsl(153,22%,74%)] — CSS variable: --color-primary: hsl(153, 22%, 74%);