HSL(44, 50%, 85%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(44,50%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 50%, 85%) | color: hsl(44, 50%, 85%) | |
| HEX | #ECE2C6 | color: #ECE2C6 | |
| RGB | rgb(236, 226, 198) | color: rgb(236, 226, 198) | |
| CMYK | cmyk(0%, 4%, 16%, 7%) | — | |
| HSV | hsv(44, 16%, 93%) | — | |
| HWB | hwb(44 78% 7%) | color: hwb(44 78% 7%) | |
| OKLCH | oklch(0.9134 0.0386 90.66) | color: oklch(0.9134 0.0386 90.66) | |
| Lab | lab(90 -1.14 14.92) | color: lab(90 -1.14 14.92) | |
| LCH | lch(90 14.96 94.37) | color: lch(90 14.96 94.37) |
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)
#E8E8CD — rgb(232, 232, 205)
Deuteranopia (Green-blind)
#E8E9CE — rgb(232, 233, 206)
Tritanopia (Blue-blind)
#ECD2D3 — rgb(236, 210, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 50%, 85%);
text
color: hsl(44, 50%, 85%);
border
border: 2px solid hsl(44, 50%, 85%);
gradient light
background: linear-gradient(to right, hsl(44, 50%, 100%), hsl(44, 50%, 85%));
gradient dark
background: linear-gradient(to right, hsl(44, 50%, 85%), hsl(44, 50%, 65%))
hex
background-color: #ECE2C6;
tailwind
bg-[hsl(44,50%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 50%, 85%, 0.4);
css variable
--color-primary: hsl(44, 50%, 85%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 50%, 85%)?
HEX: #ECE2C6 | RGB: rgb(236, 226, 198) | CMYK: 0%, 4%, 16%, 7% | HSV: 44°, 16%, 93%. Copy any format from the conversion table above.
What colors go well with #ECE2C6?
The complementary color is HSL(224, 50%, 85%). 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, 50%, 85%) in CSS?
As HSL: color: hsl(44, 50%, 85%); — As HEX: color: #ECE2C6; — As RGB: color: rgb(236, 226, 198); — Tailwind CSS: bg-[hsl(44,50%,85%)] — CSS variable: --color-primary: hsl(44, 50%, 85%);