HSL(316, 19%, 88%)

Very Light Pink — Pink color

Adjust Color

Color Information

Color Name

Very Light Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(316,19%,88%)]

Color Conversions

Format Value CSS Usage
HSL hsl(316, 19%, 88%) color: hsl(316, 19%, 88%)
HEX #E6DBE3 color: #E6DBE3
RGB rgb(230, 219, 227) color: rgb(230, 219, 227)
CMYK cmyk(0%, 5%, 1%, 10%)
HSV hsv(316, 5%, 90%)
HWB hwb(316 86% 10%) color: hwb(316 86% 10%)
OKLCH oklch(0.9025 0.016 335.08) color: oklch(0.9025 0.016 335.08)
Lab lab(88.46 5.16 -2.57) color: lab(88.46 5.16 -2.57)
LCH lch(88.46 5.76 333.52) color: lch(88.46 5.76 333.52)

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.35:1
vs Black 15.61: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)

#E1E1E1 — rgb(225, 225, 225)

Deuteranopia (Green-blind)

#E2E3E1 — rgb(226, 227, 225)

Tritanopia (Blue-blind)

#E5E0DF — rgb(229, 224, 223)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(316, 19%, 88%);

text

color: hsl(316, 19%, 88%);

border

border: 2px solid hsl(316, 19%, 88%);

gradient light

background: linear-gradient(to right, hsl(316, 19%, 100%), hsl(316, 19%, 88%));

gradient dark

background: linear-gradient(to right, hsl(316, 19%, 88%), hsl(316, 19%, 68%))

hex

background-color: #E6DBE3;

tailwind

bg-[hsl(316,19%,88%)]

box shadow

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

css variable

--color-primary: hsl(316, 19%, 88%);

Related Colors

Use Cases for Very Light Pink

Beauty & cosmetics Fashion brands Romantic themes Valentine campaigns Playful UI

Frequently Asked Questions

What are all the color codes for HSL(316, 19%, 88%)?

HEX: #E6DBE3 | RGB: rgb(230, 219, 227) | CMYK: 0%, 5%, 1%, 10% | HSV: 316°, 5%, 90%. Copy any format from the conversion table above.

What colors go well with #E6DBE3?

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

As HSL: color: hsl(316, 19%, 88%); — As HEX: color: #E6DBE3; — As RGB: color: rgb(230, 219, 227); — Tailwind CSS: bg-[hsl(316,19%,88%)] — CSS variable: --color-primary: hsl(316, 19%, 88%);