HSL(44, 75%, 53%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(44,75%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 75%, 53%) | color: hsl(44, 75%, 53%) | |
| HEX | #E1B12D | color: #E1B12D | |
| RGB | rgb(225, 177, 45) | color: rgb(225, 177, 45) | |
| CMYK | cmyk(0%, 21%, 80%, 12%) | — | |
| HSV | hsv(44, 80%, 88%) | — | |
| HWB | hwb(44 18% 12%) | color: hwb(44 18% 12%) | |
| OKLCH | oklch(0.7831 0.1481 87.01) | color: oklch(0.7831 0.1481 87.01) | |
| Lab | lab(74.6 5.57 68.48) | color: lab(74.6 5.57 68.48) | |
| LCH | lch(74.6 68.71 85.35) | color: lch(74.6 68.71 85.35) |
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)
#CCCC4D — rgb(204, 204, 77)
Deuteranopia (Green-blind)
#CFD355 — rgb(207, 211, 85)
Tritanopia (Blue-blind)
#DF666C — rgb(223, 102, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 75%, 53%);
text
color: hsl(44, 75%, 53%);
border
border: 2px solid hsl(44, 75%, 53%);
gradient light
background: linear-gradient(to right, hsl(44, 75%, 73%), hsl(44, 75%, 53%));
gradient dark
background: linear-gradient(to right, hsl(44, 75%, 53%), hsl(44, 75%, 33%))
hex
background-color: #E1B12D;
tailwind
bg-[hsl(44,75%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 75%, 53%, 0.4);
css variable
--color-primary: hsl(44, 75%, 53%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 75%, 53%)?
HEX: #E1B12D | RGB: rgb(225, 177, 45) | CMYK: 0%, 21%, 80%, 12% | HSV: 44°, 80%, 88%. Copy any format from the conversion table above.
What colors go well with #E1B12D?
The complementary color is HSL(224, 75%, 53%). 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%, 53%) in CSS?
As HSL: color: hsl(44, 75%, 53%); — As HEX: color: #E1B12D; — As RGB: color: rgb(225, 177, 45); — Tailwind CSS: bg-[hsl(44,75%,53%)] — CSS variable: --color-primary: hsl(44, 75%, 53%);