HSL(35, 45%, 80%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(35,45%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 45%, 80%) | color: hsl(35, 45%, 80%) | |
| HEX | #E3D0B5 | color: #E3D0B5 | |
| RGB | rgb(227, 208, 181) | color: rgb(227, 208, 181) | |
| CMYK | cmyk(0%, 8%, 20%, 11%) | — | |
| HSV | hsv(35, 20%, 89%) | — | |
| HWB | hwb(35 71% 11%) | color: hwb(35 71% 11%) | |
| OKLCH | oklch(0.8662 0.0419 76.7) | color: oklch(0.8662 0.0419 76.7) | |
| Lab | lab(84.37 2.34 15.81) | color: lab(84.37 2.34 15.81) | |
| LCH | lch(84.37 15.98 81.58) | color: lch(84.37 15.98 81.58) |
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)
#DBDBBC — rgb(219, 219, 188)
Deuteranopia (Green-blind)
#DCDDBD — rgb(220, 221, 189)
Tritanopia (Blue-blind)
#E2C1C2 — rgb(226, 193, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 45%, 80%);
text
color: hsl(35, 45%, 80%);
border
border: 2px solid hsl(35, 45%, 80%);
gradient light
background: linear-gradient(to right, hsl(35, 45%, 100%), hsl(35, 45%, 80%));
gradient dark
background: linear-gradient(to right, hsl(35, 45%, 80%), hsl(35, 45%, 60%))
hex
background-color: #E3D0B5;
tailwind
bg-[hsl(35,45%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 45%, 80%, 0.4);
css variable
--color-primary: hsl(35, 45%, 80%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 45%, 80%)?
HEX: #E3D0B5 | RGB: rgb(227, 208, 181) | CMYK: 0%, 8%, 20%, 11% | HSV: 35°, 20%, 89%. Copy any format from the conversion table above.
What colors go well with #E3D0B5?
The complementary color is HSL(215, 45%, 80%). For a triadic harmony, use hues 35°, 155°, and 275°. For analogous combinations, try hues 5° and 65°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(35, 45%, 80%) in CSS?
As HSL: color: hsl(35, 45%, 80%); — As HEX: color: #E3D0B5; — As RGB: color: rgb(227, 208, 181); — Tailwind CSS: bg-[hsl(35,45%,80%)] — CSS variable: --color-primary: hsl(35, 45%, 80%);