HSL(4, 76%, 78%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(4,76%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(4, 76%, 78%) color: hsl(4, 76%, 78%)
HEX #F2A29C color: #F2A29C
RGB rgb(242, 162, 156) color: rgb(242, 162, 156)
CMYK cmyk(0%, 33%, 36%, 5%)
HSV hsv(4, 36%, 95%)
HWB hwb(4 61% 5%) color: hwb(4 61% 5%)
OKLCH oklch(0.7892 0.0962 24.2) color: oklch(0.7892 0.0962 24.2)
Lab lab(74.27 28.93 15.3) color: lab(74.27 28.93 15.3)
LCH lch(74.27 32.73 27.87) color: lch(74.27 32.73 27.87)

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.01:1
vs Black 10.42: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)

#CFCF9D — rgb(207, 207, 157)

Deuteranopia (Green-blind)

#D4DA9E — rgb(212, 218, 158)

Tritanopia (Blue-blind)

#EE9F9F — rgb(238, 159, 159)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(4, 76%, 78%);

text

color: hsl(4, 76%, 78%);

border

border: 2px solid hsl(4, 76%, 78%);

gradient light

background: linear-gradient(to right, hsl(4, 76%, 98%), hsl(4, 76%, 78%));

gradient dark

background: linear-gradient(to right, hsl(4, 76%, 78%), hsl(4, 76%, 58%))

hex

background-color: #F2A29C;

tailwind

bg-[hsl(4,76%,78%)]

box shadow

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

css variable

--color-primary: hsl(4, 76%, 78%);

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, 76%, 78%)?

HEX: #F2A29C | RGB: rgb(242, 162, 156) | CMYK: 0%, 33%, 36%, 5% | HSV: 4°, 36%, 95%. Copy any format from the conversion table above.

What colors go well with #F2A29C?

The complementary color is HSL(184, 76%, 78%). 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, 76%, 78%) in CSS?

As HSL: color: hsl(4, 76%, 78%); — As HEX: color: #F2A29C; — As RGB: color: rgb(242, 162, 156); — Tailwind CSS: bg-[hsl(4,76%,78%)] — CSS variable: --color-primary: hsl(4, 76%, 78%);