HSL(335, 83%, 82%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(335,83%,82%)]

Color Conversions

Format Value CSS Usage
HSL hsl(335, 83%, 82%) color: hsl(335, 83%, 82%)
HEX #F7ABCB color: #F7ABCB
RGB rgb(247, 171, 203) color: rgb(247, 171, 203)
CMYK cmyk(0%, 31%, 18%, 3%)
HSV hsv(335, 31%, 97%)
HWB hwb(335 67% 3%) color: hwb(335 67% 3%)
OKLCH oklch(0.8229 0.0973 352.53) color: oklch(0.8229 0.0973 352.53)
Lab lab(78 32.38 -4.94) color: lab(78 32.38 -4.94)
LCH lch(78 32.75 351.33) color: lch(78 32.75 351.33)

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.8:1
vs Black 11.64: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)

#D6D5C3 — rgb(214, 213, 195)

Deuteranopia (Green-blind)

#DBE0C1 — rgb(219, 224, 193)

Tritanopia (Blue-blind)

#F3BDBC — rgb(243, 189, 188)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(335, 83%, 82%);

text

color: hsl(335, 83%, 82%);

border

border: 2px solid hsl(335, 83%, 82%);

gradient light

background: linear-gradient(to right, hsl(335, 83%, 100%), hsl(335, 83%, 82%));

gradient dark

background: linear-gradient(to right, hsl(335, 83%, 82%), hsl(335, 83%, 62%))

hex

background-color: #F7ABCB;

tailwind

bg-[hsl(335,83%,82%)]

box shadow

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

css variable

--color-primary: hsl(335, 83%, 82%);

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(335, 83%, 82%)?

HEX: #F7ABCB | RGB: rgb(247, 171, 203) | CMYK: 0%, 31%, 18%, 3% | HSV: 335°, 31%, 97%. Copy any format from the conversion table above.

What colors go well with #F7ABCB?

The complementary color is HSL(155, 83%, 82%). For a triadic harmony, use hues 335°, 95°, and 215°. For analogous combinations, try hues 305° and 5°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(335, 83%, 82%) in CSS?

As HSL: color: hsl(335, 83%, 82%); — As HEX: color: #F7ABCB; — As RGB: color: rgb(247, 171, 203); — Tailwind CSS: bg-[hsl(335,83%,82%)] — CSS variable: --color-primary: hsl(335, 83%, 82%);