HSL(37, 75%, 56%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(37,75%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 75%, 56%) | color: hsl(37, 75%, 56%) | |
| HEX | #E3A23B | color: #E3A23B | |
| RGB | rgb(227, 162, 59) | color: rgb(227, 162, 59) | |
| CMYK | cmyk(0%, 29%, 74%, 11%) | — | |
| HSV | hsv(37, 74%, 89%) | — | |
| HWB | hwb(37 23% 11%) | color: hwb(37 23% 11%) | |
| OKLCH | oklch(0.7573 0.138 74.8) | color: oklch(0.7573 0.138 74.8) | |
| Lab | lab(71.21 14.93 60.28) | color: lab(71.21 14.93 60.28) | |
| LCH | lch(71.21 62.1 76.09) | color: lch(71.21 62.1 76.09) |
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)
#C7C654 — rgb(199, 198, 84)
Deuteranopia (Green-blind)
#CBD05A — rgb(203, 208, 90)
Tritanopia (Blue-blind)
#E0686C — rgb(224, 104, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 75%, 56%);
text
color: hsl(37, 75%, 56%);
border
border: 2px solid hsl(37, 75%, 56%);
gradient light
background: linear-gradient(to right, hsl(37, 75%, 76%), hsl(37, 75%, 56%));
gradient dark
background: linear-gradient(to right, hsl(37, 75%, 56%), hsl(37, 75%, 36%))
hex
background-color: #E3A23B;
tailwind
bg-[hsl(37,75%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 75%, 56%, 0.4);
css variable
--color-primary: hsl(37, 75%, 56%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 75%, 56%)?
HEX: #E3A23B | RGB: rgb(227, 162, 59) | CMYK: 0%, 29%, 74%, 11% | HSV: 37°, 74%, 89%. Copy any format from the conversion table above.
What colors go well with #E3A23B?
The complementary color is HSL(217, 75%, 56%). For a triadic harmony, use hues 37°, 157°, and 277°. For analogous combinations, try hues 7° and 67°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(37, 75%, 56%) in CSS?
As HSL: color: hsl(37, 75%, 56%); — As HEX: color: #E3A23B; — As RGB: color: rgb(227, 162, 59); — Tailwind CSS: bg-[hsl(37,75%,56%)] — CSS variable: --color-primary: hsl(37, 75%, 56%);