HSL(4, 20%, 73%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(4,20%,73%)]

Color Conversions

Format Value CSS Usage
HSL hsl(4, 20%, 73%) color: hsl(4, 20%, 73%)
HEX #C8AEAC color: #C8AEAC
RGB rgb(200, 174, 172) color: rgb(200, 174, 172)
CMYK cmyk(0%, 13%, 14%, 22%)
HSV hsv(4, 14%, 78%)
HWB hwb(4 67% 22%) color: hwb(4 67% 22%)
OKLCH oklch(0.7727 0.0304 23.06) color: oklch(0.7727 0.0304 23.06)
Lab lab(73.24 9.05 4.48) color: lab(73.24 9.05 4.48)
LCH lch(73.24 10.1 26.34) color: lch(73.24 10.1 26.34)

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.11: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)

#BDBDAC — rgb(189, 189, 172)

Deuteranopia (Green-blind)

#BEC0AD — rgb(190, 192, 173)

Tritanopia (Blue-blind)

#C7ADAD — rgb(199, 173, 173)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(4, 20%, 73%);

text

color: hsl(4, 20%, 73%);

border

border: 2px solid hsl(4, 20%, 73%);

gradient light

background: linear-gradient(to right, hsl(4, 20%, 93%), hsl(4, 20%, 73%));

gradient dark

background: linear-gradient(to right, hsl(4, 20%, 73%), hsl(4, 20%, 53%))

hex

background-color: #C8AEAC;

tailwind

bg-[hsl(4,20%,73%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(4, 20%, 73%, 0.4);

css variable

--color-primary: hsl(4, 20%, 73%);

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(4, 20%, 73%)?

HEX: #C8AEAC | RGB: rgb(200, 174, 172) | CMYK: 0%, 13%, 14%, 22% | HSV: 4°, 14%, 78%. Copy any format from the conversion table above.

What colors go well with #C8AEAC?

The complementary color is HSL(184, 20%, 73%). For a triadic harmony, use hues 4°, 124°, and 244°. For analogous combinations, try hues 334° and 34°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(4, 20%, 73%) in CSS?

As HSL: color: hsl(4, 20%, 73%); — As HEX: color: #C8AEAC; — As RGB: color: rgb(200, 174, 172); — Tailwind CSS: bg-[hsl(4,20%,73%)] — CSS variable: --color-primary: hsl(4, 20%, 73%);