HSL(324, 30%, 68%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(324,30%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(324, 30%, 68%) color: hsl(324, 30%, 68%)
HEX #C695B2 color: #C695B2
RGB rgb(198, 149, 178) color: rgb(198, 149, 178)
CMYK cmyk(0%, 25%, 10%, 22%)
HSV hsv(324, 25%, 78%)
HWB hwb(324 59% 22%) color: hwb(324 59% 22%)
OKLCH oklch(0.725 0.0702 342.71) color: oklch(0.725 0.0702 342.71)
Lab lab(67.06 23.02 -7.92) color: lab(67.06 23.02 -7.92)
LCH lch(67.06 24.34 341.01) color: lch(67.06 24.34 341.01)

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.52:1
vs Black 8.34: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)

#B1B0AB — rgb(177, 176, 171)

Deuteranopia (Green-blind)

#B4B7A9 — rgb(180, 183, 169)

Tritanopia (Blue-blind)

#C4A5A4 — rgb(196, 165, 164)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(324, 30%, 68%);

text

color: hsl(324, 30%, 68%);

border

border: 2px solid hsl(324, 30%, 68%);

gradient light

background: linear-gradient(to right, hsl(324, 30%, 88%), hsl(324, 30%, 68%));

gradient dark

background: linear-gradient(to right, hsl(324, 30%, 68%), hsl(324, 30%, 48%))

hex

background-color: #C695B2;

tailwind

bg-[hsl(324,30%,68%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(324, 30%, 68%, 0.4);

css variable

--color-primary: hsl(324, 30%, 68%);

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(324, 30%, 68%)?

HEX: #C695B2 | RGB: rgb(198, 149, 178) | CMYK: 0%, 25%, 10%, 22% | HSV: 324°, 25%, 78%. Copy any format from the conversion table above.

What colors go well with #C695B2?

The complementary color is HSL(144, 30%, 68%). For a triadic harmony, use hues 324°, 84°, and 204°. For analogous combinations, try hues 294° and 354°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(324, 30%, 68%) in CSS?

As HSL: color: hsl(324, 30%, 68%); — As HEX: color: #C695B2; — As RGB: color: rgb(198, 149, 178); — Tailwind CSS: bg-[hsl(324,30%,68%)] — CSS variable: --color-primary: hsl(324, 30%, 68%);