HSL(44, 75%, 41%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(44,75%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 75%, 41%) | color: hsl(44, 75%, 41%) | |
| HEX | #B78D1A | color: #B78D1A | |
| RGB | rgb(183, 141, 26) | color: rgb(183, 141, 26) | |
| CMYK | cmyk(0%, 23%, 86%, 28%) | — | |
| HSV | hsv(44, 86%, 72%) | — | |
| HWB | hwb(44 10% 28%) | color: hwb(44 10% 28%) | |
| OKLCH | oklch(0.6656 0.1296 86.05) | color: oklch(0.6656 0.1296 86.05) | |
| Lab | lab(60.95 5.85 60.71) | color: lab(60.95 5.85 60.71) | |
| LCH | lch(60.95 60.99 84.5) | color: lch(60.95 60.99 84.5) |
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)
#A5A436 — rgb(165, 164, 54)
Deuteranopia (Green-blind)
#A7AA3D — rgb(167, 170, 61)
Tritanopia (Blue-blind)
#B54C51 — rgb(181, 76, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 75%, 41%);
text
color: hsl(44, 75%, 41%);
border
border: 2px solid hsl(44, 75%, 41%);
gradient light
background: linear-gradient(to right, hsl(44, 75%, 61%), hsl(44, 75%, 41%));
gradient dark
background: linear-gradient(to right, hsl(44, 75%, 41%), hsl(44, 75%, 21%))
hex
background-color: #B78D1A;
tailwind
bg-[hsl(44,75%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 75%, 41%, 0.4);
css variable
--color-primary: hsl(44, 75%, 41%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 75%, 41%)?
HEX: #B78D1A | RGB: rgb(183, 141, 26) | CMYK: 0%, 23%, 86%, 28% | HSV: 44°, 86%, 72%. Copy any format from the conversion table above.
What colors go well with #B78D1A?
The complementary color is HSL(224, 75%, 41%). For a triadic harmony, use hues 44°, 164°, and 284°. For analogous combinations, try hues 14° and 74°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(44, 75%, 41%) in CSS?
As HSL: color: hsl(44, 75%, 41%); — As HEX: color: #B78D1A; — As RGB: color: rgb(183, 141, 26); — Tailwind CSS: bg-[hsl(44,75%,41%)] — CSS variable: --color-primary: hsl(44, 75%, 41%);