HSL(184, 70%, 46%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(184,70%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(184, 70%, 46%) color: hsl(184, 70%, 46%)
HEX #23BCC7 color: #23BCC7
RGB rgb(35, 188, 199) color: rgb(35, 188, 199)
CMYK cmyk(82%, 6%, 0%, 22%)
HSV hsv(184, 82%, 78%)
HWB hwb(184 14% 22%) color: hwb(184 14% 22%)
OKLCH oklch(0.7268 0.1179 202.67) color: oklch(0.7268 0.1179 202.67)
Lab lab(69.78 -33.23 -16.34) color: lab(69.78 -33.23 -16.34)
LCH lch(69.78 37.03 206.18) color: lch(69.78 37.03 206.18)

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

#6567C4 — rgb(101, 103, 196)

Deuteranopia (Green-blind)

#5C51C4 — rgb(92, 81, 196)

Tritanopia (Blue-blind)

#2BC2C2 — rgb(43, 194, 194)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(184, 70%, 46%);

text

color: hsl(184, 70%, 46%);

border

border: 2px solid hsl(184, 70%, 46%);

gradient light

background: linear-gradient(to right, hsl(184, 70%, 66%), hsl(184, 70%, 46%));

gradient dark

background: linear-gradient(to right, hsl(184, 70%, 46%), hsl(184, 70%, 26%))

hex

background-color: #23BCC7;

tailwind

bg-[hsl(184,70%,46%)]

box shadow

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

css variable

--color-primary: hsl(184, 70%, 46%);

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(184, 70%, 46%)?

HEX: #23BCC7 | RGB: rgb(35, 188, 199) | CMYK: 82%, 6%, 0%, 22% | HSV: 184°, 82%, 78%. Copy any format from the conversion table above.

What colors go well with #23BCC7?

The complementary color is HSL(4, 70%, 46%). For a triadic harmony, use hues 184°, 304°, and 64°. For analogous combinations, try hues 154° and 214°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(184, 70%, 46%) in CSS?

As HSL: color: hsl(184, 70%, 46%); — As HEX: color: #23BCC7; — As RGB: color: rgb(35, 188, 199); — Tailwind CSS: bg-[hsl(184,70%,46%)] — CSS variable: --color-primary: hsl(184, 70%, 46%);