HSL(43, 60%, 81%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(43,60%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 60%, 81%) | color: hsl(43, 60%, 81%) | |
| HEX | #ECDBB1 | color: #ECDBB1 | |
| RGB | rgb(236, 219, 177) | color: rgb(236, 219, 177) | |
| CMYK | cmyk(0%, 7%, 25%, 7%) | — | |
| HSV | hsv(43, 25%, 93%) | — | |
| HWB | hwb(43 70% 7%) | color: hwb(43 70% 7%) | |
| OKLCH | oklch(0.8948 0.0581 88.6) | color: oklch(0.8948 0.0581 88.6) | |
| Lab | lab(87.81 -0.57 22.81) | color: lab(87.81 -0.57 22.81) | |
| LCH | lch(87.81 22.82 91.43) | color: lch(87.81 22.82 91.43) |
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)
#E5E4BB — rgb(229, 228, 187)
Deuteranopia (Green-blind)
#E6E7BE — rgb(230, 231, 190)
Tritanopia (Blue-blind)
#EBC3C5 — rgb(235, 195, 197)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 60%, 81%);
text
color: hsl(43, 60%, 81%);
border
border: 2px solid hsl(43, 60%, 81%);
gradient light
background: linear-gradient(to right, hsl(43, 60%, 100%), hsl(43, 60%, 81%));
gradient dark
background: linear-gradient(to right, hsl(43, 60%, 81%), hsl(43, 60%, 61%))
hex
background-color: #ECDBB1;
tailwind
bg-[hsl(43,60%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 60%, 81%, 0.4);
css variable
--color-primary: hsl(43, 60%, 81%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 60%, 81%)?
HEX: #ECDBB1 | RGB: rgb(236, 219, 177) | CMYK: 0%, 7%, 25%, 7% | HSV: 43°, 25%, 93%. Copy any format from the conversion table above.
What colors go well with #ECDBB1?
The complementary color is HSL(223, 60%, 81%). 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, 60%, 81%) in CSS?
As HSL: color: hsl(43, 60%, 81%); — As HEX: color: #ECDBB1; — As RGB: color: rgb(236, 219, 177); — Tailwind CSS: bg-[hsl(43,60%,81%)] — CSS variable: --color-primary: hsl(43, 60%, 81%);