HSL(154, 40%, 83%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(154,40%,83%)]

Color Conversions

Format Value CSS Usage
HSL hsl(154, 40%, 83%) color: hsl(154, 40%, 83%)
HEX #C2E5D6 color: #C2E5D6
RGB rgb(194, 229, 214) color: rgb(194, 229, 214)
CMYK cmyk(15%, 0%, 7%, 10%)
HSV hsv(154, 15%, 90%)
HWB hwb(154 77% 10%) color: hwb(154 77% 10%)
OKLCH oklch(0.8925 0.042 167.61) color: oklch(0.8925 0.042 167.61)
Lab lab(88.14 -14.32 3.49) color: lab(88.14 -14.32 3.49)
LCH lch(88.14 14.74 166.3) color: lch(88.14 14.74 166.3)

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

#D1D1DA — rgb(209, 209, 218)

Deuteranopia (Green-blind)

#CFCDDB — rgb(207, 205, 219)

Tritanopia (Blue-blind)

#C4DCDD — rgb(196, 220, 221)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(154, 40%, 83%);

text

color: hsl(154, 40%, 83%);

border

border: 2px solid hsl(154, 40%, 83%);

gradient light

background: linear-gradient(to right, hsl(154, 40%, 100%), hsl(154, 40%, 83%));

gradient dark

background: linear-gradient(to right, hsl(154, 40%, 83%), hsl(154, 40%, 63%))

hex

background-color: #C2E5D6;

tailwind

bg-[hsl(154,40%,83%)]

box shadow

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

css variable

--color-primary: hsl(154, 40%, 83%);

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(154, 40%, 83%)?

HEX: #C2E5D6 | RGB: rgb(194, 229, 214) | CMYK: 15%, 0%, 7%, 10% | HSV: 154°, 15%, 90%. Copy any format from the conversion table above.

What colors go well with #C2E5D6?

The complementary color is HSL(334, 40%, 83%). For a triadic harmony, use hues 154°, 274°, and 34°. For analogous combinations, try hues 124° and 184°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(154, 40%, 83%) in CSS?

As HSL: color: hsl(154, 40%, 83%); — As HEX: color: #C2E5D6; — As RGB: color: rgb(194, 229, 214); — Tailwind CSS: bg-[hsl(154,40%,83%)] — CSS variable: --color-primary: hsl(154, 40%, 83%);