HSL(36, 62%, 81%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,62%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 62%, 81%) | color: hsl(36, 62%, 81%) | |
| HEX | #EDD5B1 | color: #EDD5B1 | |
| RGB | rgb(237, 213, 177) | color: rgb(237, 213, 177) | |
| CMYK | cmyk(0%, 10%, 25%, 7%) | — | |
| HSV | hsv(36, 25%, 93%) | — | |
| HWB | hwb(36 70% 7%) | color: hwb(36 70% 7%) | |
| OKLCH | oklch(0.8838 0.0545 77.92) | color: oklch(0.8838 0.0545 77.92) | |
| Lab | lab(86.39 2.89 20.86) | color: lab(86.39 2.89 20.86) | |
| LCH | lch(86.39 21.06 82.11) | color: lch(86.39 21.06 82.11) |
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)
#E3E2BA — rgb(227, 226, 186)
Deuteranopia (Green-blind)
#E4E6BC — rgb(228, 230, 188)
Tritanopia (Blue-blind)
#ECC1C2 — rgb(236, 193, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 62%, 81%);
text
color: hsl(36, 62%, 81%);
border
border: 2px solid hsl(36, 62%, 81%);
gradient light
background: linear-gradient(to right, hsl(36, 62%, 100%), hsl(36, 62%, 81%));
gradient dark
background: linear-gradient(to right, hsl(36, 62%, 81%), hsl(36, 62%, 61%))
hex
background-color: #EDD5B1;
tailwind
bg-[hsl(36,62%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 62%, 81%, 0.4);
css variable
--color-primary: hsl(36, 62%, 81%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 62%, 81%)?
HEX: #EDD5B1 | RGB: rgb(237, 213, 177) | CMYK: 0%, 10%, 25%, 7% | HSV: 36°, 25%, 93%. Copy any format from the conversion table above.
What colors go well with #EDD5B1?
The complementary color is HSL(216, 62%, 81%). 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, 62%, 81%) in CSS?
As HSL: color: hsl(36, 62%, 81%); — As HEX: color: #EDD5B1; — As RGB: color: rgb(237, 213, 177); — Tailwind CSS: bg-[hsl(36,62%,81%)] — CSS variable: --color-primary: hsl(36, 62%, 81%);