HSL(27, 22%, 88%)
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(27,22%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 22%, 88%) | color: hsl(27, 22%, 88%) | |
| HEX | #E7E0DA | color: #E7E0DA | |
| RGB | rgb(231, 224, 218) | color: rgb(231, 224, 218) | |
| CMYK | cmyk(0%, 3%, 6%, 9%) | — | |
| HSV | hsv(28, 6%, 91%) | — | |
| HWB | hwb(28 86% 9%) | color: hwb(28 86% 9%) | |
| OKLCH | oklch(0.9105 0.0112 63.35) | color: oklch(0.9105 0.0112 63.35) | |
| Lab | lab(89.56 1.34 3.78) | color: lab(89.56 1.34 3.78) | |
| LCH | lch(89.56 4.01 70.48) | color: lch(89.56 4.01 70.48) |
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)
#E4E4DB — rgb(228, 228, 219)
Deuteranopia (Green-blind)
#E4E5DC — rgb(228, 229, 220)
Tritanopia (Blue-blind)
#E7DDDD — rgb(231, 221, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 22%, 88%);
text
color: hsl(27, 22%, 88%);
border
border: 2px solid hsl(27, 22%, 88%);
gradient light
background: linear-gradient(to right, hsl(27, 22%, 100%), hsl(27, 22%, 88%));
gradient dark
background: linear-gradient(to right, hsl(27, 22%, 88%), hsl(27, 22%, 68%))
hex
background-color: #E7E0DA;
tailwind
bg-[hsl(27,22%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 22%, 88%, 0.4);
css variable
--color-primary: hsl(27, 22%, 88%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 22%, 88%)?
HEX: #E7E0DA | RGB: rgb(231, 224, 218) | CMYK: 0%, 3%, 6%, 9% | HSV: 28°, 6%, 91%. Copy any format from the conversion table above.
What colors go well with #E7E0DA?
The complementary color is HSL(207, 22%, 88%). For a triadic harmony, use hues 27°, 147°, and 267°. For analogous combinations, try hues 357° and 57°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(27, 22%, 88%) in CSS?
As HSL: color: hsl(27, 22%, 88%); — As HEX: color: #E7E0DA; — As RGB: color: rgb(231, 224, 218); — Tailwind CSS: bg-[hsl(27,22%,88%)] — CSS variable: --color-primary: hsl(27, 22%, 88%);