HSL(333, 90%, 78%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(333,90%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(333, 90%, 78%) color: hsl(333, 90%, 78%)
HEX #F994C2 color: #F994C2
RGB rgb(249, 148, 194) color: rgb(249, 148, 194)
CMYK cmyk(0%, 41%, 22%, 2%)
HSV hsv(333, 41%, 98%)
HWB hwb(333 58% 2%) color: hwb(333 58% 2%)
OKLCH oklch(0.7847 0.1323 351.8) color: oklch(0.7847 0.1323 351.8)
Lab lab(73.04 43.7 -7.33) color: lab(73.04 43.7 -7.33)
LCH lch(73.04 44.31 350.48) color: lch(73.04 44.31 350.48)

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.09:1
vs Black 10.04: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)

#CDCCB7 — rgb(205, 204, 183)

Deuteranopia (Green-blind)

#D3DBB4 — rgb(211, 219, 180)

Tritanopia (Blue-blind)

#F4AEAC — rgb(244, 174, 172)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(333, 90%, 78%);

text

color: hsl(333, 90%, 78%);

border

border: 2px solid hsl(333, 90%, 78%);

gradient light

background: linear-gradient(to right, hsl(333, 90%, 98%), hsl(333, 90%, 78%));

gradient dark

background: linear-gradient(to right, hsl(333, 90%, 78%), hsl(333, 90%, 58%))

hex

background-color: #F994C2;

tailwind

bg-[hsl(333,90%,78%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(333, 90%, 78%, 0.4);

css variable

--color-primary: hsl(333, 90%, 78%);

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(333, 90%, 78%)?

HEX: #F994C2 | RGB: rgb(249, 148, 194) | CMYK: 0%, 41%, 22%, 2% | HSV: 333°, 41%, 98%. Copy any format from the conversion table above.

What colors go well with #F994C2?

The complementary color is HSL(153, 90%, 78%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(333, 90%, 78%) in CSS?

As HSL: color: hsl(333, 90%, 78%); — As HEX: color: #F994C2; — As RGB: color: rgb(249, 148, 194); — Tailwind CSS: bg-[hsl(333,90%,78%)] — CSS variable: --color-primary: hsl(333, 90%, 78%);