HSL(174, 95%, 84%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(174,95%,84%)]

Color Conversions

Format Value CSS Usage
HSL hsl(174, 95%, 84%) color: hsl(174, 95%, 84%)
HEX #AFFDF5 color: #AFFDF5
RGB rgb(175, 253, 245) color: rgb(175, 253, 245)
CMYK cmyk(31%, 0%, 3%, 1%)
HSV hsv(174, 31%, 99%)
HWB hwb(174 68% 1%) color: hwb(174 68% 1%)
OKLCH oklch(0.9413 0.0771 187.9) color: oklch(0.9413 0.0771 187.9)
Lab lab(94.29 -25.42 -3.8) color: lab(94.29 -25.42 -3.8)
LCH lch(94.29 25.7 188.5) color: lch(94.29 25.7 188.5)

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

#D1D1F7 — rgb(209, 209, 247)

Deuteranopia (Green-blind)

#CCC6F7 — rgb(204, 198, 247)

Tritanopia (Blue-blind)

#B3F8F9 — rgb(179, 248, 249)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(174, 95%, 84%);

text

color: hsl(174, 95%, 84%);

border

border: 2px solid hsl(174, 95%, 84%);

gradient light

background: linear-gradient(to right, hsl(174, 95%, 100%), hsl(174, 95%, 84%));

gradient dark

background: linear-gradient(to right, hsl(174, 95%, 84%), hsl(174, 95%, 64%))

hex

background-color: #AFFDF5;

tailwind

bg-[hsl(174,95%,84%)]

box shadow

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

css variable

--color-primary: hsl(174, 95%, 84%);

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(174, 95%, 84%)?

HEX: #AFFDF5 | RGB: rgb(175, 253, 245) | CMYK: 31%, 0%, 3%, 1% | HSV: 174°, 31%, 99%. Copy any format from the conversion table above.

What colors go well with #AFFDF5?

The complementary color is HSL(354, 95%, 84%). For a triadic harmony, use hues 174°, 294°, and 54°. For analogous combinations, try hues 144° and 204°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(174, 95%, 84%) in CSS?

As HSL: color: hsl(174, 95%, 84%); — As HEX: color: #AFFDF5; — As RGB: color: rgb(175, 253, 245); — Tailwind CSS: bg-[hsl(174,95%,84%)] — CSS variable: --color-primary: hsl(174, 95%, 84%);