HSL(43, 57%, 82%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(43,57%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 57%, 82%) | color: hsl(43, 57%, 82%) | |
| HEX | #EBDCB7 | color: #EBDCB7 | |
| RGB | rgb(235, 220, 183) | color: rgb(235, 220, 183) | |
| CMYK | cmyk(0%, 6%, 22%, 8%) | — | |
| HSV | hsv(43, 22%, 92%) | — | |
| HWB | hwb(43 72% 8%) | color: hwb(43 72% 8%) | |
| OKLCH | oklch(0.8972 0.0514 88.57) | color: oklch(0.8972 0.0514 88.57) | |
| Lab | lab(88.1 -0.63 20.07) | color: lab(88.1 -0.63 20.07) | |
| LCH | lch(88.1 20.08 91.8) | color: lch(88.1 20.08 91.8) |
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)
#E5E4C0 — rgb(229, 228, 192)
Deuteranopia (Green-blind)
#E5E7C2 — rgb(229, 231, 194)
Tritanopia (Blue-blind)
#EAC7C9 — rgb(234, 199, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 57%, 82%);
text
color: hsl(43, 57%, 82%);
border
border: 2px solid hsl(43, 57%, 82%);
gradient light
background: linear-gradient(to right, hsl(43, 57%, 100%), hsl(43, 57%, 82%));
gradient dark
background: linear-gradient(to right, hsl(43, 57%, 82%), hsl(43, 57%, 62%))
hex
background-color: #EBDCB7;
tailwind
bg-[hsl(43,57%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 57%, 82%, 0.4);
css variable
--color-primary: hsl(43, 57%, 82%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 57%, 82%)?
HEX: #EBDCB7 | RGB: rgb(235, 220, 183) | CMYK: 0%, 6%, 22%, 8% | HSV: 43°, 22%, 92%. Copy any format from the conversion table above.
What colors go well with #EBDCB7?
The complementary color is HSL(223, 57%, 82%). For a triadic harmony, use hues 43°, 163°, and 283°. For analogous combinations, try hues 13° and 73°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(43, 57%, 82%) in CSS?
As HSL: color: hsl(43, 57%, 82%); — As HEX: color: #EBDCB7; — As RGB: color: rgb(235, 220, 183); — Tailwind CSS: bg-[hsl(43,57%,82%)] — CSS variable: --color-primary: hsl(43, 57%, 82%);