HSL(15, 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(15,50%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(15, 50%, 87%) | color: hsl(15, 50%, 87%) | |
| HEX | #EED6CD | color: #EED6CD | |
| RGB | rgb(238, 214, 205) | color: rgb(238, 214, 205) | |
| CMYK | cmyk(0%, 10%, 14%, 7%) | — | |
| HSV | hsv(16, 14%, 93%) | — | |
| HWB | hwb(16 80% 7%) | color: hwb(16 80% 7%) | |
| OKLCH | oklch(0.8934 0.0295 41.73) | color: oklch(0.8934 0.0295 41.73) | |
| Lab | lab(87.33 6.85 7.46) | color: lab(87.33 6.85 7.46) | |
| LCH | lch(87.33 10.13 47.44) | color: lch(87.33 10.13 47.44) |
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)
#E4E3CF — rgb(228, 227, 207)
Deuteranopia (Green-blind)
#E5E7D0 — rgb(229, 231, 208)
Tritanopia (Blue-blind)
#EDD1D1 — rgb(237, 209, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(15, 50%, 87%);
text
color: hsl(15, 50%, 87%);
border
border: 2px solid hsl(15, 50%, 87%);
gradient light
background: linear-gradient(to right, hsl(15, 50%, 100%), hsl(15, 50%, 87%));
gradient dark
background: linear-gradient(to right, hsl(15, 50%, 87%), hsl(15, 50%, 67%))
hex
background-color: #EED6CD;
tailwind
bg-[hsl(15,50%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(15, 50%, 87%, 0.4);
css variable
--color-primary: hsl(15, 50%, 87%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(15, 50%, 87%)?
HEX: #EED6CD | RGB: rgb(238, 214, 205) | CMYK: 0%, 10%, 14%, 7% | HSV: 16°, 14%, 93%. Copy any format from the conversion table above.
What colors go well with #EED6CD?
The complementary color is HSL(195, 50%, 87%). For a triadic harmony, use hues 15°, 135°, and 255°. For analogous combinations, try hues 345° and 45°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(15, 50%, 87%) in CSS?
As HSL: color: hsl(15, 50%, 87%); — As HEX: color: #EED6CD; — As RGB: color: rgb(238, 214, 205); — Tailwind CSS: bg-[hsl(15,50%,87%)] — CSS variable: --color-primary: hsl(15, 50%, 87%);