HSL(39, 29%, 89%)
Very Light Orange — Orange color
Adjust Color
Color Information
Color Name
Very Light Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,29%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 29%, 89%) | color: hsl(39, 29%, 89%) | |
| HEX | #EBE5DB | color: #EBE5DB | |
| RGB | rgb(235, 229, 219) | color: rgb(235, 229, 219) | |
| CMYK | cmyk(0%, 3%, 7%, 8%) | — | |
| HSV | hsv(38, 7%, 92%) | — | |
| HWB | hwb(38 86% 8%) | color: hwb(38 86% 8%) | |
| OKLCH | oklch(0.9239 0.0149 80.71) | color: oklch(0.9239 0.0149 80.71) | |
| Lab | lab(91.15 0.31 5.59) | color: lab(91.15 0.31 5.59) | |
| LCH | lch(91.15 5.6 86.83) | color: lch(91.15 5.6 86.83) |
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)
#E8E8DD — rgb(232, 232, 221)
Deuteranopia (Green-blind)
#E9E9DE — rgb(233, 233, 222)
Tritanopia (Blue-blind)
#EBDFE0 — rgb(235, 223, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 29%, 89%);
text
color: hsl(39, 29%, 89%);
border
border: 2px solid hsl(39, 29%, 89%);
gradient light
background: linear-gradient(to right, hsl(39, 29%, 100%), hsl(39, 29%, 89%));
gradient dark
background: linear-gradient(to right, hsl(39, 29%, 89%), hsl(39, 29%, 69%))
hex
background-color: #EBE5DB;
tailwind
bg-[hsl(39,29%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 29%, 89%, 0.4);
css variable
--color-primary: hsl(39, 29%, 89%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 29%, 89%)?
HEX: #EBE5DB | RGB: rgb(235, 229, 219) | CMYK: 0%, 3%, 7%, 8% | HSV: 38°, 7%, 92%. Copy any format from the conversion table above.
What colors go well with #EBE5DB?
The complementary color is HSL(219, 29%, 89%). For a triadic harmony, use hues 39°, 159°, and 279°. For analogous combinations, try hues 9° and 69°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(39, 29%, 89%) in CSS?
As HSL: color: hsl(39, 29%, 89%); — As HEX: color: #EBE5DB; — As RGB: color: rgb(235, 229, 219); — Tailwind CSS: bg-[hsl(39,29%,89%)] — CSS variable: --color-primary: hsl(39, 29%, 89%);