HSL(33, 50%, 81%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(33,50%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 50%, 81%) | color: hsl(33, 50%, 81%) | |
| HEX | #E7D1B6 | color: #E7D1B6 | |
| RGB | rgb(231, 209, 182) | color: rgb(231, 209, 182) | |
| CMYK | cmyk(0%, 10%, 21%, 9%) | — | |
| HSV | hsv(33, 21%, 91%) | — | |
| HWB | hwb(33 72% 9%) | color: hwb(33 72% 9%) | |
| OKLCH | oklch(0.8719 0.0437 72.86) | color: oklch(0.8719 0.0437 72.86) | |
| Lab | lab(84.98 3.44 16.19) | color: lab(84.98 3.44 16.19) | |
| LCH | lch(84.98 16.55 78) | color: lch(84.98 16.55 78) |
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)
#DDDDBD — rgb(221, 221, 189)
Deuteranopia (Green-blind)
#DFE0BE — rgb(223, 224, 190)
Tritanopia (Blue-blind)
#E6C2C3 — rgb(230, 194, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 50%, 81%);
text
color: hsl(33, 50%, 81%);
border
border: 2px solid hsl(33, 50%, 81%);
gradient light
background: linear-gradient(to right, hsl(33, 50%, 100%), hsl(33, 50%, 81%));
gradient dark
background: linear-gradient(to right, hsl(33, 50%, 81%), hsl(33, 50%, 61%))
hex
background-color: #E7D1B6;
tailwind
bg-[hsl(33,50%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 50%, 81%, 0.4);
css variable
--color-primary: hsl(33, 50%, 81%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 50%, 81%)?
HEX: #E7D1B6 | RGB: rgb(231, 209, 182) | CMYK: 0%, 10%, 21%, 9% | HSV: 33°, 21%, 91%. Copy any format from the conversion table above.
What colors go well with #E7D1B6?
The complementary color is HSL(213, 50%, 81%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(33, 50%, 81%) in CSS?
As HSL: color: hsl(33, 50%, 81%); — As HEX: color: #E7D1B6; — As RGB: color: rgb(231, 209, 182); — Tailwind CSS: bg-[hsl(33,50%,81%)] — CSS variable: --color-primary: hsl(33, 50%, 81%);