HSL(33, 40%, 90%)
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(33,40%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 40%, 90%) | color: hsl(33, 40%, 90%) | |
| HEX | #F0E7DB | color: #F0E7DB | |
| RGB | rgb(240, 231, 219) | color: rgb(240, 231, 219) | |
| CMYK | cmyk(0%, 4%, 9%, 6%) | — | |
| HSV | hsv(34, 9%, 94%) | — | |
| HWB | hwb(34 86% 6%) | color: hwb(34 86% 6%) | |
| OKLCH | oklch(0.9318 0.0188 75.32) | color: oklch(0.9318 0.0188 75.32) | |
| Lab | lab(92.04 1.02 6.92) | color: lab(92.04 1.02 6.92) | |
| LCH | lch(92.04 6.99 81.62) | color: lch(92.04 6.99 81.62) |
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)
#ECECDE — rgb(236, 236, 222)
Deuteranopia (Green-blind)
#EDEDDF — rgb(237, 237, 223)
Tritanopia (Blue-blind)
#F0E0E1 — rgb(240, 224, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 40%, 90%);
text
color: hsl(33, 40%, 90%);
border
border: 2px solid hsl(33, 40%, 90%);
gradient light
background: linear-gradient(to right, hsl(33, 40%, 100%), hsl(33, 40%, 90%));
gradient dark
background: linear-gradient(to right, hsl(33, 40%, 90%), hsl(33, 40%, 70%))
hex
background-color: #F0E7DB;
tailwind
bg-[hsl(33,40%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 40%, 90%, 0.4);
css variable
--color-primary: hsl(33, 40%, 90%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 40%, 90%)?
HEX: #F0E7DB | RGB: rgb(240, 231, 219) | CMYK: 0%, 4%, 9%, 6% | HSV: 34°, 9%, 94%. Copy any format from the conversion table above.
What colors go well with #F0E7DB?
The complementary color is HSL(213, 40%, 90%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(33, 40%, 90%) in CSS?
As HSL: color: hsl(33, 40%, 90%); — As HEX: color: #F0E7DB; — As RGB: color: rgb(240, 231, 219); — Tailwind CSS: bg-[hsl(33,40%,90%)] — CSS variable: --color-primary: hsl(33, 40%, 90%);