HSL(181, 25%, 31%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(181,25%,31%)]

Color Conversions

Format Value CSS Usage
HSL hsl(181, 25%, 31%) color: hsl(181, 25%, 31%)
HEX #3B6263 color: #3B6263
RGB rgb(59, 98, 99) color: rgb(59, 98, 99)
CMYK cmyk(40%, 1%, 0%, 61%)
HSV hsv(182, 40%, 39%)
HWB hwb(182 23% 61%) color: hwb(182 23% 61%)
OKLCH oklch(0.4677 0.0442 197.83) color: oklch(0.4677 0.0442 197.83)
Lab lab(38.84 -13.46 -4.93) color: lab(38.84 -13.46 -4.93)
LCH lch(38.84 14.33 200.12) color: lch(38.84 14.33 200.12)

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 6.75:1
vs Black 3.11:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#4C4C63 — rgb(76, 76, 99)

Deuteranopia (Green-blind)

#4A4763 — rgb(74, 71, 99)

Tritanopia (Blue-blind)

#3D6363 — rgb(61, 99, 99)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(181, 25%, 31%);

text

color: hsl(181, 25%, 31%);

border

border: 2px solid hsl(181, 25%, 31%);

gradient light

background: linear-gradient(to right, hsl(181, 25%, 51%), hsl(181, 25%, 31%));

gradient dark

background: linear-gradient(to right, hsl(181, 25%, 31%), hsl(181, 25%, 11%))

hex

background-color: #3B6263;

tailwind

bg-[hsl(181,25%,31%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(181, 25%, 31%, 0.4);

css variable

--color-primary: hsl(181, 25%, 31%);

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(181, 25%, 31%)?

HEX: #3B6263 | RGB: rgb(59, 98, 99) | CMYK: 40%, 1%, 0%, 61% | HSV: 182°, 40%, 39%. Copy any format from the conversion table above.

What colors go well with #3B6263?

The complementary color is HSL(1, 25%, 31%). For a triadic harmony, use hues 181°, 301°, and 61°. For analogous combinations, try hues 151° and 211°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(181, 25%, 31%) in CSS?

As HSL: color: hsl(181, 25%, 31%); — As HEX: color: #3B6263; — As RGB: color: rgb(59, 98, 99); — Tailwind CSS: bg-[hsl(181,25%,31%)] — CSS variable: --color-primary: hsl(181, 25%, 31%);