HSL(319, 30%, 88%)

Very Light Pink — Pink color

Adjust Color

Color Information

Color Name

Very Light Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(319,30%,88%)]

Color Conversions

Format Value CSS Usage
HSL hsl(319, 30%, 88%) color: hsl(319, 30%, 88%)
HEX #EAD7E4 color: #EAD7E4
RGB rgb(234, 215, 228) color: rgb(234, 215, 228)
CMYK cmyk(0%, 8%, 3%, 8%)
HSV hsv(319, 8%, 92%)
HWB hwb(319 85% 8%) color: hwb(319 85% 8%)
OKLCH oklch(0.8983 0.0271 337.1) color: oklch(0.8983 0.0271 337.1)
Lab lab(87.82 8.78 -4) color: lab(87.82 8.78 -4)
LCH lch(87.82 9.65 335.51) color: lch(87.82 9.65 335.51)

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.37:1
vs Black 15.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)

#E2E2E1 — rgb(226, 226, 225)

Deuteranopia (Green-blind)

#E3E4E0 — rgb(227, 228, 224)

Tritanopia (Blue-blind)

#E9DEDE — rgb(233, 222, 222)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(319, 30%, 88%);

text

color: hsl(319, 30%, 88%);

border

border: 2px solid hsl(319, 30%, 88%);

gradient light

background: linear-gradient(to right, hsl(319, 30%, 100%), hsl(319, 30%, 88%));

gradient dark

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

hex

background-color: #EAD7E4;

tailwind

bg-[hsl(319,30%,88%)]

box shadow

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

css variable

--color-primary: hsl(319, 30%, 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(319, 30%, 88%)?

HEX: #EAD7E4 | RGB: rgb(234, 215, 228) | CMYK: 0%, 8%, 3%, 8% | HSV: 319°, 8%, 92%. Copy any format from the conversion table above.

What colors go well with #EAD7E4?

The complementary color is HSL(139, 30%, 88%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(319, 30%, 88%) in CSS?

As HSL: color: hsl(319, 30%, 88%); — As HEX: color: #EAD7E4; — As RGB: color: rgb(234, 215, 228); — Tailwind CSS: bg-[hsl(319,30%,88%)] — CSS variable: --color-primary: hsl(319, 30%, 88%);