HSL(7, 75%, 68%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(7,75%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(7, 75%, 68%) color: hsl(7, 75%, 68%)
HEX #EB7E70 color: #EB7E70
RGB rgb(235, 126, 112) color: rgb(235, 126, 112)
CMYK cmyk(0%, 46%, 52%, 8%)
HSV hsv(7, 52%, 92%)
HWB hwb(7 44% 8%) color: hwb(7 44% 8%)
OKLCH oklch(0.7117 0.1368 28.58) color: oklch(0.7117 0.1368 28.58)
Lab lab(64.77 40.54 26.54) color: lab(64.77 40.54 26.54)
LCH lch(64.77 48.45 33.21) color: lch(64.77 48.45 33.21)

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.71:1
vs Black 7.75: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)

#BCBB73 — rgb(188, 187, 115)

Deuteranopia (Green-blind)

#C2CA74 — rgb(194, 202, 116)

Tritanopia (Blue-blind)

#E67677 — rgb(230, 118, 119)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(7, 75%, 68%);

text

color: hsl(7, 75%, 68%);

border

border: 2px solid hsl(7, 75%, 68%);

gradient light

background: linear-gradient(to right, hsl(7, 75%, 88%), hsl(7, 75%, 68%));

gradient dark

background: linear-gradient(to right, hsl(7, 75%, 68%), hsl(7, 75%, 48%))

hex

background-color: #EB7E70;

tailwind

bg-[hsl(7,75%,68%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(7, 75%, 68%, 0.4);

css variable

--color-primary: hsl(7, 75%, 68%);

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(7, 75%, 68%)?

HEX: #EB7E70 | RGB: rgb(235, 126, 112) | CMYK: 0%, 46%, 52%, 8% | HSV: 7°, 52%, 92%. Copy any format from the conversion table above.

What colors go well with #EB7E70?

The complementary color is HSL(187, 75%, 68%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(7, 75%, 68%) in CSS?

As HSL: color: hsl(7, 75%, 68%); — As HEX: color: #EB7E70; — As RGB: color: rgb(235, 126, 112); — Tailwind CSS: bg-[hsl(7,75%,68%)] — CSS variable: --color-primary: hsl(7, 75%, 68%);