HSL(44, 55%, 84%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(44,55%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 55%, 84%) | color: hsl(44, 55%, 84%) | |
| HEX | #EDE1C0 | color: #EDE1C0 | |
| RGB | rgb(237, 225, 192) | color: rgb(237, 225, 192) | |
| CMYK | cmyk(0%, 5%, 19%, 7%) | — | |
| HSV | hsv(44, 19%, 93%) | — | |
| HWB | hwb(44 75% 7%) | color: hwb(44 75% 7%) | |
| OKLCH | oklch(0.9109 0.0454 90.4) | color: oklch(0.9109 0.0454 90.4) | |
| Lab | lab(89.7 -1.16 17.64) | color: lab(89.7 -1.16 17.64) | |
| LCH | lch(89.7 17.68 93.76) | color: lch(89.7 17.68 93.76) |
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)
#E8E8C8 — rgb(232, 232, 200)
Deuteranopia (Green-blind)
#E9E9CA — rgb(233, 233, 202)
Tritanopia (Blue-blind)
#ECCED0 — rgb(236, 206, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 55%, 84%);
text
color: hsl(44, 55%, 84%);
border
border: 2px solid hsl(44, 55%, 84%);
gradient light
background: linear-gradient(to right, hsl(44, 55%, 100%), hsl(44, 55%, 84%));
gradient dark
background: linear-gradient(to right, hsl(44, 55%, 84%), hsl(44, 55%, 64%))
hex
background-color: #EDE1C0;
tailwind
bg-[hsl(44,55%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 55%, 84%, 0.4);
css variable
--color-primary: hsl(44, 55%, 84%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 55%, 84%)?
HEX: #EDE1C0 | RGB: rgb(237, 225, 192) | CMYK: 0%, 5%, 19%, 7% | HSV: 44°, 19%, 93%. Copy any format from the conversion table above.
What colors go well with #EDE1C0?
The complementary color is HSL(224, 55%, 84%). 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%, 84%) in CSS?
As HSL: color: hsl(44, 55%, 84%); — As HEX: color: #EDE1C0; — As RGB: color: rgb(237, 225, 192); — Tailwind CSS: bg-[hsl(44,55%,84%)] — CSS variable: --color-primary: hsl(44, 55%, 84%);