HSL(33, 90%, 95%)
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,90%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 90%, 95%) | color: hsl(33, 90%, 95%) | |
| HEX | #FEF3E7 | color: #FEF3E7 | |
| RGB | rgb(254, 243, 231) | color: rgb(254, 243, 231) | |
| CMYK | cmyk(0%, 4%, 9%, 0%) | — | |
| HSV | hsv(31, 9%, 100%) | — | |
| HWB | hwb(31 91% 0%) | color: hwb(31 91% 0%) | |
| OKLCH | oklch(0.9695 0.0198 70) | color: oklch(0.9695 0.0198 70) | |
| Lab | lab(96.39 1.69 7.09) | color: lab(96.39 1.69 7.09) | |
| LCH | lch(96.39 7.29 76.59) | color: lch(96.39 7.29 76.59) |
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)
#F9F9EA — rgb(249, 249, 234)
Deuteranopia (Green-blind)
#FAFBEB — rgb(250, 251, 235)
Tritanopia (Blue-blind)
#FDECED — rgb(253, 236, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 90%, 95%);
text
color: hsl(33, 90%, 95%);
border
border: 2px solid hsl(33, 90%, 95%);
gradient light
background: linear-gradient(to right, hsl(33, 90%, 100%), hsl(33, 90%, 95%));
gradient dark
background: linear-gradient(to right, hsl(33, 90%, 95%), hsl(33, 90%, 75%))
hex
background-color: #FEF3E7;
tailwind
bg-[hsl(33,90%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 90%, 95%, 0.4);
css variable
--color-primary: hsl(33, 90%, 95%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 90%, 95%)?
HEX: #FEF3E7 | RGB: rgb(254, 243, 231) | CMYK: 0%, 4%, 9%, 0% | HSV: 31°, 9%, 100%. Copy any format from the conversion table above.
What colors go well with #FEF3E7?
The complementary color is HSL(213, 90%, 95%). 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, 90%, 95%) in CSS?
As HSL: color: hsl(33, 90%, 95%); — As HEX: color: #FEF3E7; — As RGB: color: rgb(254, 243, 231); — Tailwind CSS: bg-[hsl(33,90%,95%)] — CSS variable: --color-primary: hsl(33, 90%, 95%);