HSL(187, 46%, 52%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(187,46%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(187, 46%, 52%) color: hsl(187, 46%, 52%)
HEX #4CB0BD color: #4CB0BD
RGB rgb(76, 176, 189) color: rgb(76, 176, 189)
CMYK cmyk(60%, 7%, 0%, 26%)
HSV hsv(187, 60%, 74%)
HWB hwb(187 30% 26%) color: hwb(187 30% 26%)
OKLCH oklch(0.7034 0.094 206.93) color: oklch(0.7034 0.094 206.93)
Lab lab(66.72 -25.09 -15.37) color: lab(66.72 -25.09 -15.37)
LCH lch(66.72 29.42 211.49) color: lch(66.72 29.42 211.49)

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 2.54:1
vs Black 8.25: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)

#7778BA — rgb(119, 120, 186)

Deuteranopia (Green-blind)

#726AB9 — rgb(114, 106, 185)

Tritanopia (Blue-blind)

#51B7B7 — rgb(81, 183, 183)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(187, 46%, 52%);

text

color: hsl(187, 46%, 52%);

border

border: 2px solid hsl(187, 46%, 52%);

gradient light

background: linear-gradient(to right, hsl(187, 46%, 72%), hsl(187, 46%, 52%));

gradient dark

background: linear-gradient(to right, hsl(187, 46%, 52%), hsl(187, 46%, 32%))

hex

background-color: #4CB0BD;

tailwind

bg-[hsl(187,46%,52%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(187, 46%, 52%, 0.4);

css variable

--color-primary: hsl(187, 46%, 52%);

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(187, 46%, 52%)?

HEX: #4CB0BD | RGB: rgb(76, 176, 189) | CMYK: 60%, 7%, 0%, 26% | HSV: 187°, 60%, 74%. Copy any format from the conversion table above.

What colors go well with #4CB0BD?

The complementary color is HSL(7, 46%, 52%). For a triadic harmony, use hues 187°, 307°, and 67°. For analogous combinations, try hues 157° and 217°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(187, 46%, 52%) in CSS?

As HSL: color: hsl(187, 46%, 52%); — As HEX: color: #4CB0BD; — As RGB: color: rgb(76, 176, 189); — Tailwind CSS: bg-[hsl(187,46%,52%)] — CSS variable: --color-primary: hsl(187, 46%, 52%);