HSL(36, 82%, 65%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,82%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 82%, 65%) | color: hsl(36, 82%, 65%) | |
| HEX | #EFB45D | color: #EFB45D | |
| RGB | rgb(239, 180, 93) | color: rgb(239, 180, 93) | |
| CMYK | cmyk(0%, 25%, 61%, 6%) | — | |
| HSV | hsv(36, 61%, 94%) | — | |
| HWB | hwb(36 37% 6%) | color: hwb(36 37% 6%) | |
| OKLCH | oklch(0.8076 0.1246 75.01) | color: oklch(0.8076 0.1246 75.01) | |
| Lab | lab(77.15 12.33 51.85) | color: lab(77.15 12.33 51.85) | |
| LCH | lch(77.15 53.3 76.62) | color: lch(77.15 53.3 76.62) |
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)
#D5D572 — rgb(213, 213, 114)
Deuteranopia (Green-blind)
#D9DD77 — rgb(217, 221, 119)
Tritanopia (Blue-blind)
#EC8386 — rgb(236, 131, 134)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 82%, 65%);
text
color: hsl(36, 82%, 65%);
border
border: 2px solid hsl(36, 82%, 65%);
gradient light
background: linear-gradient(to right, hsl(36, 82%, 85%), hsl(36, 82%, 65%));
gradient dark
background: linear-gradient(to right, hsl(36, 82%, 65%), hsl(36, 82%, 45%))
hex
background-color: #EFB45D;
tailwind
bg-[hsl(36,82%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 82%, 65%, 0.4);
css variable
--color-primary: hsl(36, 82%, 65%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 82%, 65%)?
HEX: #EFB45D | RGB: rgb(239, 180, 93) | CMYK: 0%, 25%, 61%, 6% | HSV: 36°, 61%, 94%. Copy any format from the conversion table above.
What colors go well with #EFB45D?
The complementary color is HSL(216, 82%, 65%). 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, 82%, 65%) in CSS?
As HSL: color: hsl(36, 82%, 65%); — As HEX: color: #EFB45D; — As RGB: color: rgb(239, 180, 93); — Tailwind CSS: bg-[hsl(36,82%,65%)] — CSS variable: --color-primary: hsl(36, 82%, 65%);