HSL(316, 85%, 43%)

Vivid Pink — Pink color

Adjust Color

Color Information

Color Name

Vivid Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(316,85%,43%)]

Color Conversions

Format Value CSS Usage
HSL hsl(316, 85%, 43%) color: hsl(316, 85%, 43%)
HEX #CB1099 color: #CB1099
RGB rgb(203, 16, 153) color: rgb(203, 16, 153)
CMYK cmyk(0%, 92%, 25%, 20%)
HSV hsv(316, 92%, 80%)
HWB hwb(316 6% 20%) color: hwb(316 6% 20%)
OKLCH oklch(0.5673 0.2364 343.45) color: oklch(0.5673 0.2364 343.45)
Lab lab(46.14 74.72 -25.13) color: lab(46.14 74.72 -25.13)
LCH lch(46.14 78.83 341.41) color: lch(46.14 78.83 341.41)

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 5.16:1
vs Black 4.07: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)

#7A7878 — rgb(122, 120, 120)

Deuteranopia (Green-blind)

#859370 — rgb(133, 147, 112)

Tritanopia (Blue-blind)

#C25E58 — rgb(194, 94, 88)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(316, 85%, 43%);

text

color: hsl(316, 85%, 43%);

border

border: 2px solid hsl(316, 85%, 43%);

gradient light

background: linear-gradient(to right, hsl(316, 85%, 63%), hsl(316, 85%, 43%));

gradient dark

background: linear-gradient(to right, hsl(316, 85%, 43%), hsl(316, 85%, 23%))

hex

background-color: #CB1099;

tailwind

bg-[hsl(316,85%,43%)]

box shadow

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

css variable

--color-primary: hsl(316, 85%, 43%);

Related Colors

Use Cases for Vivid Pink

Beauty & cosmetics Fashion brands Romantic themes Valentine campaigns Playful UI

Frequently Asked Questions

What are all the color codes for HSL(316, 85%, 43%)?

HEX: #CB1099 | RGB: rgb(203, 16, 153) | CMYK: 0%, 92%, 25%, 20% | HSV: 316°, 92%, 80%. Copy any format from the conversion table above.

What colors go well with #CB1099?

The complementary color is HSL(136, 85%, 43%). 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, 85%, 43%) in CSS?

As HSL: color: hsl(316, 85%, 43%); — As HEX: color: #CB1099; — As RGB: color: rgb(203, 16, 153); — Tailwind CSS: bg-[hsl(316,85%,43%)] — CSS variable: --color-primary: hsl(316, 85%, 43%);