HSL(190, 40%, 74%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(190,40%,74%)]

Color Conversions

Format Value CSS Usage
HSL hsl(190, 40%, 74%) color: hsl(190, 40%, 74%)
HEX #A2CED7 color: #A2CED7
RGB rgb(162, 206, 215) color: rgb(162, 206, 215)
CMYK cmyk(25%, 4%, 0%, 16%)
HSV hsv(190, 25%, 84%)
HWB hwb(190 63% 16%) color: hwb(190 63% 16%)
OKLCH oklch(0.8231 0.0478 211.52) color: oklch(0.8231 0.0478 211.52)
Lab lab(80.03 -12.35 -9.19) color: lab(80.03 -12.35 -9.19)
LCH lch(80.03 15.39 216.65) color: lch(80.03 15.39 216.65)

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

#B5B5D5 — rgb(181, 181, 213)

Deuteranopia (Green-blind)

#B3AFD4 — rgb(179, 175, 212)

Tritanopia (Blue-blind)

#A4D3D3 — rgb(164, 211, 211)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(190, 40%, 74%);

text

color: hsl(190, 40%, 74%);

border

border: 2px solid hsl(190, 40%, 74%);

gradient light

background: linear-gradient(to right, hsl(190, 40%, 94%), hsl(190, 40%, 74%));

gradient dark

background: linear-gradient(to right, hsl(190, 40%, 74%), hsl(190, 40%, 54%))

hex

background-color: #A2CED7;

tailwind

bg-[hsl(190,40%,74%)]

box shadow

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

css variable

--color-primary: hsl(190, 40%, 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(190, 40%, 74%)?

HEX: #A2CED7 | RGB: rgb(162, 206, 215) | CMYK: 25%, 4%, 0%, 16% | HSV: 190°, 25%, 84%. Copy any format from the conversion table above.

What colors go well with #A2CED7?

The complementary color is HSL(10, 40%, 74%). For a triadic harmony, use hues 190°, 310°, and 70°. For analogous combinations, try hues 160° and 220°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(190, 40%, 74%) in CSS?

As HSL: color: hsl(190, 40%, 74%); — As HEX: color: #A2CED7; — As RGB: color: rgb(162, 206, 215); — Tailwind CSS: bg-[hsl(190,40%,74%)] — CSS variable: --color-primary: hsl(190, 40%, 74%);