HSL(30, 80%, 76%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(30,80%,76%)]

Color Conversions

Format Value CSS Usage
HSL hsl(30, 80%, 76%) color: hsl(30, 80%, 76%)
HEX #F3C291 color: #F3C291
RGB rgb(243, 194, 145) color: rgb(243, 194, 145)
CMYK cmyk(0%, 20%, 40%, 5%)
HSV hsv(30, 40%, 95%)
HWB hwb(30 57% 5%) color: hwb(30 57% 5%)
OKLCH oklch(0.8461 0.085 66.25) color: oklch(0.8461 0.085 66.25)
Lab lab(81.67 11.17 31.3) color: lab(81.67 11.17 31.3)
LCH lch(81.67 33.23 70.36) color: lch(81.67 33.23 70.36)

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 1.62:1
vs Black 12.94: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)

#DEDD9D — rgb(222, 221, 157)

Deuteranopia (Green-blind)

#E1E4A0 — rgb(225, 228, 160)

Tritanopia (Blue-blind)

#F1A6A8 — rgb(241, 166, 168)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(30, 80%, 76%);

text

color: hsl(30, 80%, 76%);

border

border: 2px solid hsl(30, 80%, 76%);

gradient light

background: linear-gradient(to right, hsl(30, 80%, 96%), hsl(30, 80%, 76%));

gradient dark

background: linear-gradient(to right, hsl(30, 80%, 76%), hsl(30, 80%, 56%))

hex

background-color: #F3C291;

tailwind

bg-[hsl(30,80%,76%)]

box shadow

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

css variable

--color-primary: hsl(30, 80%, 76%);

Related Colors

Use Cases for Orange

E-commerce CTAs Food & beverage branding Energetic UI elements Sale tags Sunset themes

Frequently Asked Questions

What are all the color codes for HSL(30, 80%, 76%)?

HEX: #F3C291 | RGB: rgb(243, 194, 145) | CMYK: 0%, 20%, 40%, 5% | HSV: 30°, 40%, 95%. Copy any format from the conversion table above.

What colors go well with #F3C291?

The complementary color is HSL(210, 80%, 76%). For a triadic harmony, use hues 30°, 150°, and 270°. For analogous combinations, try hues 0° and 60°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(30, 80%, 76%) in CSS?

As HSL: color: hsl(30, 80%, 76%); — As HEX: color: #F3C291; — As RGB: color: rgb(243, 194, 145); — Tailwind CSS: bg-[hsl(30,80%,76%)] — CSS variable: --color-primary: hsl(30, 80%, 76%);