HSL(36, 72%, 65%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,72%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 72%, 65%) | color: hsl(36, 72%, 65%) | |
| HEX | #E6B365 | color: #E6B365 | |
| RGB | rgb(230, 179, 101) | color: rgb(230, 179, 101) | |
| CMYK | cmyk(0%, 22%, 56%, 10%) | — | |
| HSV | hsv(36, 56%, 90%) | — | |
| HWB | hwb(36 40% 10%) | color: hwb(36 40% 10%) | |
| OKLCH | oklch(0.7973 0.1128 76.58) | color: oklch(0.7973 0.1128 76.58) | |
| Lab | lab(76.07 9.71 46.46) | color: lab(76.07 9.71 46.46) | |
| LCH | lch(76.07 47.46 78.2) | color: lch(76.07 47.46 78.2) |
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)
#D0CF78 — rgb(208, 207, 120)
Deuteranopia (Green-blind)
#D3D77C — rgb(211, 215, 124)
Tritanopia (Blue-blind)
#E3878A — rgb(227, 135, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 72%, 65%);
text
color: hsl(36, 72%, 65%);
border
border: 2px solid hsl(36, 72%, 65%);
gradient light
background: linear-gradient(to right, hsl(36, 72%, 85%), hsl(36, 72%, 65%));
gradient dark
background: linear-gradient(to right, hsl(36, 72%, 65%), hsl(36, 72%, 45%))
hex
background-color: #E6B365;
tailwind
bg-[hsl(36,72%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 72%, 65%, 0.4);
css variable
--color-primary: hsl(36, 72%, 65%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 72%, 65%)?
HEX: #E6B365 | RGB: rgb(230, 179, 101) | CMYK: 0%, 22%, 56%, 10% | HSV: 36°, 56%, 90%. Copy any format from the conversion table above.
What colors go well with #E6B365?
The complementary color is HSL(216, 72%, 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, 72%, 65%) in CSS?
As HSL: color: hsl(36, 72%, 65%); — As HEX: color: #E6B365; — As RGB: color: rgb(230, 179, 101); — Tailwind CSS: bg-[hsl(36,72%,65%)] — CSS variable: --color-primary: hsl(36, 72%, 65%);