HSL(31, 94%, 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(31,94%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 94%, 95%) | color: hsl(31, 94%, 95%) | |
| HEX | #FEF3E6 | color: #FEF3E6 | |
| RGB | rgb(254, 243, 230) | color: rgb(254, 243, 230) | |
| CMYK | cmyk(0%, 4%, 9%, 0%) | — | |
| HSV | hsv(33, 9%, 100%) | — | |
| HWB | hwb(33 91% 0%) | color: hwb(33 91% 0%) | |
| OKLCH | oklch(0.9693 0.0209 72.15) | color: oklch(0.9693 0.0209 72.15) | |
| Lab | lab(96.36 1.53 7.58) | color: lab(96.36 1.53 7.58) | |
| LCH | lch(96.36 7.73 78.59) | color: lch(96.36 7.73 78.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)
#F9F9E9 — rgb(249, 249, 233)
Deuteranopia (Green-blind)
#FAFBEA — rgb(250, 251, 234)
Tritanopia (Blue-blind)
#FDECEC — rgb(253, 236, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 94%, 95%);
text
color: hsl(31, 94%, 95%);
border
border: 2px solid hsl(31, 94%, 95%);
gradient light
background: linear-gradient(to right, hsl(31, 94%, 100%), hsl(31, 94%, 95%));
gradient dark
background: linear-gradient(to right, hsl(31, 94%, 95%), hsl(31, 94%, 75%))
hex
background-color: #FEF3E6;
tailwind
bg-[hsl(31,94%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 94%, 95%, 0.4);
css variable
--color-primary: hsl(31, 94%, 95%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 94%, 95%)?
HEX: #FEF3E6 | RGB: rgb(254, 243, 230) | CMYK: 0%, 4%, 9%, 0% | HSV: 33°, 9%, 100%. Copy any format from the conversion table above.
What colors go well with #FEF3E6?
The complementary color is HSL(211, 94%, 95%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(31, 94%, 95%) in CSS?
As HSL: color: hsl(31, 94%, 95%); — As HEX: color: #FEF3E6; — As RGB: color: rgb(254, 243, 230); — Tailwind CSS: bg-[hsl(31,94%,95%)] — CSS variable: --color-primary: hsl(31, 94%, 95%);