HSL(36, 83%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,83%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 83%, 63%) | color: hsl(36, 83%, 63%) | |
| HEX | #EFB052 | color: #EFB052 | |
| RGB | rgb(239, 176, 82) | color: rgb(239, 176, 82) | |
| CMYK | cmyk(0%, 26%, 66%, 6%) | — | |
| HSV | hsv(36, 66%, 94%) | — | |
| HWB | hwb(36 32% 6%) | color: hwb(36 32% 6%) | |
| OKLCH | oklch(0.7988 0.132 74.65) | color: oklch(0.7988 0.132 74.65) | |
| Lab | lab(76.08 13.74 55.78) | color: lab(76.08 13.74 55.78) | |
| LCH | lch(76.08 57.45 76.16) | color: lch(76.08 57.45 76.16) |
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)
#D4D369 — rgb(212, 211, 105)
Deuteranopia (Green-blind)
#D7DC6E — rgb(215, 220, 110)
Tritanopia (Blue-blind)
#EC7B7F — rgb(236, 123, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 83%, 63%);
text
color: hsl(36, 83%, 63%);
border
border: 2px solid hsl(36, 83%, 63%);
gradient light
background: linear-gradient(to right, hsl(36, 83%, 83%), hsl(36, 83%, 63%));
gradient dark
background: linear-gradient(to right, hsl(36, 83%, 63%), hsl(36, 83%, 43%))
hex
background-color: #EFB052;
tailwind
bg-[hsl(36,83%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 83%, 63%, 0.4);
css variable
--color-primary: hsl(36, 83%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 83%, 63%)?
HEX: #EFB052 | RGB: rgb(239, 176, 82) | CMYK: 0%, 26%, 66%, 6% | HSV: 36°, 66%, 94%. Copy any format from the conversion table above.
What colors go well with #EFB052?
The complementary color is HSL(216, 83%, 63%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(36, 83%, 63%) in CSS?
As HSL: color: hsl(36, 83%, 63%); — As HEX: color: #EFB052; — As RGB: color: rgb(239, 176, 82); — Tailwind CSS: bg-[hsl(36,83%,63%)] — CSS variable: --color-primary: hsl(36, 83%, 63%);