HSL(43, 76%, 61%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(43,76%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 76%, 61%) | color: hsl(43, 76%, 61%) | |
| HEX | #E7BC50 | color: #E7BC50 | |
| RGB | rgb(231, 188, 80) | color: rgb(231, 188, 80) | |
| CMYK | cmyk(0%, 19%, 65%, 9%) | — | |
| HSV | hsv(43, 65%, 91%) | — | |
| HWB | hwb(43 32% 9%) | color: hwb(43 32% 9%) | |
| OKLCH | oklch(0.8135 0.1337 87.15) | color: oklch(0.8135 0.1337 87.15) | |
| Lab | lab(78.19 3.96 58.73) | color: lab(78.19 3.96 58.73) | |
| LCH | lch(78.19 58.86 86.14) | color: lch(78.19 58.86 86.14) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#D4D46A — rgb(212, 212, 106)
Deuteranopia (Green-blind)
#D7DA70 — rgb(215, 218, 112)
Tritanopia (Blue-blind)
#E57F83 — rgb(229, 127, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 76%, 61%);
text
color: hsl(43, 76%, 61%);
border
border: 2px solid hsl(43, 76%, 61%);
gradient light
background: linear-gradient(to right, hsl(43, 76%, 81%), hsl(43, 76%, 61%));
gradient dark
background: linear-gradient(to right, hsl(43, 76%, 61%), hsl(43, 76%, 41%))
hex
background-color: #E7BC50;
tailwind
bg-[hsl(43,76%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 76%, 61%, 0.4);
css variable
--color-primary: hsl(43, 76%, 61%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 76%, 61%)?
HEX: #E7BC50 | RGB: rgb(231, 188, 80) | CMYK: 0%, 19%, 65%, 9% | HSV: 43°, 65%, 91%. Copy any format from the conversion table above.
What colors go well with #E7BC50?
The complementary color is HSL(223, 76%, 61%). For a triadic harmony, use hues 43°, 163°, and 283°. For analogous combinations, try hues 13° and 73°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(43, 76%, 61%) in CSS?
As HSL: color: hsl(43, 76%, 61%); — As HEX: color: #E7BC50; — As RGB: color: rgb(231, 188, 80); — Tailwind CSS: bg-[hsl(43,76%,61%)] — CSS variable: --color-primary: hsl(43, 76%, 61%);