HSL(2, 75%, 65%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(2,75%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(2, 75%, 65%) color: hsl(2, 75%, 65%)
HEX #E96763 color: #E96763
RGB rgb(233, 103, 99) color: rgb(233, 103, 99)
CMYK cmyk(0%, 56%, 58%, 9%)
HSV hsv(2, 58%, 91%)
HWB hwb(2 38% 9%) color: hwb(2 38% 9%)
OKLCH oklch(0.6729 0.1624 24.19) color: oklch(0.6729 0.1624 24.19)
Lab lab(59.83 50.07 27.33) color: lab(59.83 50.07 27.33)
LCH lch(59.83 57.04 28.63) color: lch(59.83 57.04 28.63)

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 3.19:1
vs Black 6.58:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#B1B064 — rgb(177, 176, 100)

Deuteranopia (Green-blind)

#B8C264 — rgb(184, 194, 100)

Tritanopia (Blue-blind)

#E36565 — rgb(227, 101, 101)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(2, 75%, 65%);

text

color: hsl(2, 75%, 65%);

border

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

gradient light

background: linear-gradient(to right, hsl(2, 75%, 85%), hsl(2, 75%, 65%));

gradient dark

background: linear-gradient(to right, hsl(2, 75%, 65%), hsl(2, 75%, 45%))

hex

background-color: #E96763;

tailwind

bg-[hsl(2,75%,65%)]

box shadow

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

css variable

--color-primary: hsl(2, 75%, 65%);

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

HEX: #E96763 | RGB: rgb(233, 103, 99) | CMYK: 0%, 56%, 58%, 9% | HSV: 2°, 58%, 91%. Copy any format from the conversion table above.

What colors go well with #E96763?

The complementary color is HSL(182, 75%, 65%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(2, 75%, 65%) in CSS?

As HSL: color: hsl(2, 75%, 65%); — As HEX: color: #E96763; — As RGB: color: rgb(233, 103, 99); — Tailwind CSS: bg-[hsl(2,75%,65%)] — CSS variable: --color-primary: hsl(2, 75%, 65%);