HSL(44, 55%, 76%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(44,55%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 55%, 76%) | color: hsl(44, 55%, 76%) | |
| HEX | #E3D2A0 | color: #E3D2A0 | |
| RGB | rgb(227, 210, 160) | color: rgb(227, 210, 160) | |
| CMYK | cmyk(0%, 7%, 30%, 11%) | — | |
| HSV | hsv(45, 30%, 89%) | — | |
| HWB | hwb(45 62% 11%) | color: hwb(45 62% 11%) | |
| OKLCH | oklch(0.8656 0.068 91.51) | color: oklch(0.8656 0.068 91.51) | |
| Lab | lab(84.47 -1.58 26.97) | color: lab(84.47 -1.58 26.97) | |
| LCH | lch(84.47 27.02 93.35) | color: lch(84.47 27.02 93.35) |
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)
#DCDBAC — rgb(220, 219, 172)
Deuteranopia (Green-blind)
#DDDEAF — rgb(221, 222, 175)
Tritanopia (Blue-blind)
#E2B6B8 — rgb(226, 182, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 55%, 76%);
text
color: hsl(44, 55%, 76%);
border
border: 2px solid hsl(44, 55%, 76%);
gradient light
background: linear-gradient(to right, hsl(44, 55%, 96%), hsl(44, 55%, 76%));
gradient dark
background: linear-gradient(to right, hsl(44, 55%, 76%), hsl(44, 55%, 56%))
hex
background-color: #E3D2A0;
tailwind
bg-[hsl(44,55%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 55%, 76%, 0.4);
css variable
--color-primary: hsl(44, 55%, 76%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 55%, 76%)?
HEX: #E3D2A0 | RGB: rgb(227, 210, 160) | CMYK: 0%, 7%, 30%, 11% | HSV: 45°, 30%, 89%. Copy any format from the conversion table above.
What colors go well with #E3D2A0?
The complementary color is HSL(224, 55%, 76%). For a triadic harmony, use hues 44°, 164°, and 284°. For analogous combinations, try hues 14° and 74°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(44, 55%, 76%) in CSS?
As HSL: color: hsl(44, 55%, 76%); — As HEX: color: #E3D2A0; — As RGB: color: rgb(227, 210, 160); — Tailwind CSS: bg-[hsl(44,55%,76%)] — CSS variable: --color-primary: hsl(44, 55%, 76%);