HSL(42, 23%, 85%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(42,23%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 23%, 85%) | color: hsl(42, 23%, 85%) | |
| HEX | #E2DCD0 | color: #E2DCD0 | |
| RGB | rgb(226, 220, 208) | color: rgb(226, 220, 208) | |
| CMYK | cmyk(0%, 3%, 8%, 11%) | — | |
| HSV | hsv(40, 8%, 89%) | — | |
| HWB | hwb(40 82% 11%) | color: hwb(40 82% 11%) | |
| OKLCH | oklch(0.8959 0.0174 84.59) | color: oklch(0.8959 0.0174 84.59) | |
| Lab | lab(87.93 -0.02 6.61) | color: lab(87.93 -0.02 6.61) | |
| LCH | lch(87.93 6.61 90.17) | color: lch(87.93 6.61 90.17) |
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)
#DFDFD3 — rgb(223, 223, 211)
Deuteranopia (Green-blind)
#E0E0D4 — rgb(224, 224, 212)
Tritanopia (Blue-blind)
#E2D5D6 — rgb(226, 213, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 23%, 85%);
text
color: hsl(42, 23%, 85%);
border
border: 2px solid hsl(42, 23%, 85%);
gradient light
background: linear-gradient(to right, hsl(42, 23%, 100%), hsl(42, 23%, 85%));
gradient dark
background: linear-gradient(to right, hsl(42, 23%, 85%), hsl(42, 23%, 65%))
hex
background-color: #E2DCD0;
tailwind
bg-[hsl(42,23%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 23%, 85%, 0.4);
css variable
--color-primary: hsl(42, 23%, 85%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 23%, 85%)?
HEX: #E2DCD0 | RGB: rgb(226, 220, 208) | CMYK: 0%, 3%, 8%, 11% | HSV: 40°, 8%, 89%. Copy any format from the conversion table above.
What colors go well with #E2DCD0?
The complementary color is HSL(222, 23%, 85%). For a triadic harmony, use hues 42°, 162°, and 282°. For analogous combinations, try hues 12° and 72°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(42, 23%, 85%) in CSS?
As HSL: color: hsl(42, 23%, 85%); — As HEX: color: #E2DCD0; — As RGB: color: rgb(226, 220, 208); — Tailwind CSS: bg-[hsl(42,23%,85%)] — CSS variable: --color-primary: hsl(42, 23%, 85%);