HSL(340, 40%, 83%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(340,40%,83%)]

Color Conversions

Format Value CSS Usage
HSL hsl(340, 40%, 83%) color: hsl(340, 40%, 83%)
HEX #E5C2CE color: #E5C2CE
RGB rgb(229, 194, 206) color: rgb(229, 194, 206)
CMYK cmyk(0%, 15%, 10%, 10%)
HSV hsv(339, 15%, 90%)
HWB hwb(339 77% 10%) color: hwb(339 77% 10%)
OKLCH oklch(0.8475 0.0427 355.41) color: oklch(0.8475 0.0427 355.41)
Lab lab(81.67 14.35 -1.37) color: lab(81.67 14.35 -1.37)
LCH lch(81.67 14.42 354.55) color: lch(81.67 14.42 354.55)

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 1.62:1
vs Black 12.94: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)

#D6D6CB — rgb(214, 214, 203)

Deuteranopia (Green-blind)

#D8DBCA — rgb(216, 219, 202)

Tritanopia (Blue-blind)

#E3C9C8 — rgb(227, 201, 200)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(340, 40%, 83%);

text

color: hsl(340, 40%, 83%);

border

border: 2px solid hsl(340, 40%, 83%);

gradient light

background: linear-gradient(to right, hsl(340, 40%, 100%), hsl(340, 40%, 83%));

gradient dark

background: linear-gradient(to right, hsl(340, 40%, 83%), hsl(340, 40%, 63%))

hex

background-color: #E5C2CE;

tailwind

bg-[hsl(340,40%,83%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(340, 40%, 83%, 0.4);

css variable

--color-primary: hsl(340, 40%, 83%);

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(340, 40%, 83%)?

HEX: #E5C2CE | RGB: rgb(229, 194, 206) | CMYK: 0%, 15%, 10%, 10% | HSV: 339°, 15%, 90%. Copy any format from the conversion table above.

What colors go well with #E5C2CE?

The complementary color is HSL(160, 40%, 83%). For a triadic harmony, use hues 340°, 100°, and 220°. For analogous combinations, try hues 310° and 10°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(340, 40%, 83%) in CSS?

As HSL: color: hsl(340, 40%, 83%); — As HEX: color: #E5C2CE; — As RGB: color: rgb(229, 194, 206); — Tailwind CSS: bg-[hsl(340,40%,83%)] — CSS variable: --color-primary: hsl(340, 40%, 83%);