HSL(18, 50%, 87%)
Very Light Orange — Orange color
Adjust Color
Color Information
Color Name
Very Light Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(18,50%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(18, 50%, 87%) | color: hsl(18, 50%, 87%) | |
| HEX | #EED7CD | color: #EED7CD | |
| RGB | rgb(238, 215, 205) | color: rgb(238, 215, 205) | |
| CMYK | cmyk(0%, 10%, 14%, 7%) | — | |
| HSV | hsv(18, 14%, 93%) | — | |
| HWB | hwb(18 80% 7%) | color: hwb(18 80% 7%) | |
| OKLCH | oklch(0.8953 0.0291 45.01) | color: oklch(0.8953 0.0291 45.01) | |
| Lab | lab(87.58 6.33 7.82) | color: lab(87.58 6.33 7.82) | |
| LCH | lch(87.58 10.06 51.01) | color: lch(87.58 10.06 51.01) |
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)
#E4E4CF — rgb(228, 228, 207)
Deuteranopia (Green-blind)
#E5E7D0 — rgb(229, 231, 208)
Tritanopia (Blue-blind)
#EDD1D2 — rgb(237, 209, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(18, 50%, 87%);
text
color: hsl(18, 50%, 87%);
border
border: 2px solid hsl(18, 50%, 87%);
gradient light
background: linear-gradient(to right, hsl(18, 50%, 100%), hsl(18, 50%, 87%));
gradient dark
background: linear-gradient(to right, hsl(18, 50%, 87%), hsl(18, 50%, 67%))
hex
background-color: #EED7CD;
tailwind
bg-[hsl(18,50%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(18, 50%, 87%, 0.4);
css variable
--color-primary: hsl(18, 50%, 87%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(18, 50%, 87%)?
HEX: #EED7CD | RGB: rgb(238, 215, 205) | CMYK: 0%, 10%, 14%, 7% | HSV: 18°, 14%, 93%. Copy any format from the conversion table above.
What colors go well with #EED7CD?
The complementary color is HSL(198, 50%, 87%). For a triadic harmony, use hues 18°, 138°, and 258°. For analogous combinations, try hues 348° and 48°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(18, 50%, 87%) in CSS?
As HSL: color: hsl(18, 50%, 87%); — As HEX: color: #EED7CD; — As RGB: color: rgb(238, 215, 205); — Tailwind CSS: bg-[hsl(18,50%,87%)] — CSS variable: --color-primary: hsl(18, 50%, 87%);