HSL(316, 25%, 33%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(316,25%,33%)]

Color Conversions

Format Value CSS Usage
HSL hsl(316, 25%, 33%) color: hsl(316, 25%, 33%)
HEX #693F5E color: #693F5E
RGB rgb(105, 63, 94) color: rgb(105, 63, 94)
CMYK cmyk(0%, 40%, 10%, 59%)
HSV hsv(316, 40%, 41%)
HWB hwb(316 25% 59%) color: hwb(316 25% 59%)
OKLCH oklch(0.4285 0.0736 337.1) color: oklch(0.4285 0.0736 337.1)
Lab lab(32.63 23.44 -10.7) color: lab(32.63 23.44 -10.7)
LCH lch(32.63 25.77 335.46) color: lch(32.63 25.77 335.46)

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 8.49:1
vs Black 2.47:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#575656 — rgb(87, 86, 86)

Deuteranopia (Green-blind)

#595C55 — rgb(89, 92, 85)

Tritanopia (Blue-blind)

#67514F — rgb(103, 81, 79)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(316, 25%, 33%);

text

color: hsl(316, 25%, 33%);

border

border: 2px solid hsl(316, 25%, 33%);

gradient light

background: linear-gradient(to right, hsl(316, 25%, 53%), hsl(316, 25%, 33%));

gradient dark

background: linear-gradient(to right, hsl(316, 25%, 33%), hsl(316, 25%, 13%))

hex

background-color: #693F5E;

tailwind

bg-[hsl(316,25%,33%)]

box shadow

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

css variable

--color-primary: hsl(316, 25%, 33%);

Related Colors

Use Cases for Pink

Beauty & cosmetics Fashion brands Romantic themes Valentine campaigns Playful UI

Frequently Asked Questions

What are all the color codes for HSL(316, 25%, 33%)?

HEX: #693F5E | RGB: rgb(105, 63, 94) | CMYK: 0%, 40%, 10%, 59% | HSV: 316°, 40%, 41%. Copy any format from the conversion table above.

What colors go well with #693F5E?

The complementary color is HSL(136, 25%, 33%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(316, 25%, 33%) in CSS?

As HSL: color: hsl(316, 25%, 33%); — As HEX: color: #693F5E; — As RGB: color: rgb(105, 63, 94); — Tailwind CSS: bg-[hsl(316,25%,33%)] — CSS variable: --color-primary: hsl(316, 25%, 33%);