HSL(355, 25%, 74%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(355,25%,74%)]

Color Conversions

Format Value CSS Usage
HSL hsl(355, 25%, 74%) color: hsl(355, 25%, 74%)
HEX #CDACAF color: #CDACAF
RGB rgb(205, 172, 175) color: rgb(205, 172, 175)
CMYK cmyk(0%, 16%, 15%, 20%)
HSV hsv(355, 16%, 80%)
HWB hwb(355 67% 20%) color: hwb(355 67% 20%)
OKLCH oklch(0.7743 0.0387 11.83) color: oklch(0.7743 0.0387 11.83)
Lab lab(73.27 12.45 2.94) color: lab(73.27 12.45 2.94)
LCH lch(73.27 12.79 13.29) color: lch(73.27 12.79 13.29)

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.08:1
vs Black 10.12: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)

#BFBEAE — rgb(191, 190, 174)

Deuteranopia (Green-blind)

#C1C3AE — rgb(193, 195, 174)

Tritanopia (Blue-blind)

#CBAEAE — rgb(203, 174, 174)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(355, 25%, 74%);

text

color: hsl(355, 25%, 74%);

border

border: 2px solid hsl(355, 25%, 74%);

gradient light

background: linear-gradient(to right, hsl(355, 25%, 94%), hsl(355, 25%, 74%));

gradient dark

background: linear-gradient(to right, hsl(355, 25%, 74%), hsl(355, 25%, 54%))

hex

background-color: #CDACAF;

tailwind

bg-[hsl(355,25%,74%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(355, 25%, 74%, 0.4);

css variable

--color-primary: hsl(355, 25%, 74%);

Related Colors

Use Cases for Red

Alerts & errors Call-to-action buttons Brand logos Sale badges Warning messages

Frequently Asked Questions

What are all the color codes for HSL(355, 25%, 74%)?

HEX: #CDACAF | RGB: rgb(205, 172, 175) | CMYK: 0%, 16%, 15%, 20% | HSV: 355°, 16%, 80%. Copy any format from the conversion table above.

What colors go well with #CDACAF?

The complementary color is HSL(175, 25%, 74%). For a triadic harmony, use hues 355°, 115°, and 235°. For analogous combinations, try hues 325° and 25°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(355, 25%, 74%) in CSS?

As HSL: color: hsl(355, 25%, 74%); — As HEX: color: #CDACAF; — As RGB: color: rgb(205, 172, 175); — Tailwind CSS: bg-[hsl(355,25%,74%)] — CSS variable: --color-primary: hsl(355, 25%, 74%);