HSL(44, 55%, 87%)
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(44,55%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 55%, 87%) | color: hsl(44, 55%, 87%) | |
| HEX | #F0E6CC | color: #F0E6CC | |
| RGB | rgb(240, 230, 204) | color: rgb(240, 230, 204) | |
| CMYK | cmyk(0%, 4%, 15%, 6%) | — | |
| HSV | hsv(43, 15%, 94%) | — | |
| HWB | hwb(43 80% 6%) | color: hwb(43 80% 6%) | |
| OKLCH | oklch(0.926 0.036 89.45) | color: oklch(0.926 0.036 89.45) | |
| Lab | lab(91.45 -0.84 13.89) | color: lab(91.45 -0.84 13.89) | |
| LCH | lch(91.45 13.92 93.46) | color: lch(91.45 13.92 93.46) |
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)
#ECECD2 — rgb(236, 236, 210)
Deuteranopia (Green-blind)
#ECEDD4 — rgb(236, 237, 212)
Tritanopia (Blue-blind)
#F0D7D8 — rgb(240, 215, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 55%, 87%);
text
color: hsl(44, 55%, 87%);
border
border: 2px solid hsl(44, 55%, 87%);
gradient light
background: linear-gradient(to right, hsl(44, 55%, 100%), hsl(44, 55%, 87%));
gradient dark
background: linear-gradient(to right, hsl(44, 55%, 87%), hsl(44, 55%, 67%))
hex
background-color: #F0E6CC;
tailwind
bg-[hsl(44,55%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 55%, 87%, 0.4);
css variable
--color-primary: hsl(44, 55%, 87%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 55%, 87%)?
HEX: #F0E6CC | RGB: rgb(240, 230, 204) | CMYK: 0%, 4%, 15%, 6% | HSV: 43°, 15%, 94%. Copy any format from the conversion table above.
What colors go well with #F0E6CC?
The complementary color is HSL(224, 55%, 87%). 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, 55%, 87%) in CSS?
As HSL: color: hsl(44, 55%, 87%); — As HEX: color: #F0E6CC; — As RGB: color: rgb(240, 230, 204); — Tailwind CSS: bg-[hsl(44,55%,87%)] — CSS variable: --color-primary: hsl(44, 55%, 87%);