HSL(31, 72%, 92%)
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,72%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 72%, 92%) | color: hsl(31, 72%, 92%) | |
| HEX | #F9EBDC | color: #F9EBDC | |
| RGB | rgb(249, 235, 220) | color: rgb(249, 235, 220) | |
| CMYK | cmyk(0%, 6%, 12%, 2%) | — | |
| HSV | hsv(31, 12%, 98%) | — | |
| HWB | hwb(31 86% 2%) | color: hwb(31 86% 2%) | |
| OKLCH | oklch(0.9471 0.0251 69.44) | color: oklch(0.9471 0.0251 69.44) | |
| Lab | lab(93.76 2.27 8.97) | color: lab(93.76 2.27 8.97) | |
| LCH | lch(93.76 9.25 75.8) | color: lch(93.76 9.25 75.8) |
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)
#F3F3E0 — rgb(243, 243, 224)
Deuteranopia (Green-blind)
#F4F5E1 — rgb(244, 245, 225)
Tritanopia (Blue-blind)
#F8E2E3 — rgb(248, 226, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 72%, 92%);
text
color: hsl(31, 72%, 92%);
border
border: 2px solid hsl(31, 72%, 92%);
gradient light
background: linear-gradient(to right, hsl(31, 72%, 100%), hsl(31, 72%, 92%));
gradient dark
background: linear-gradient(to right, hsl(31, 72%, 92%), hsl(31, 72%, 72%))
hex
background-color: #F9EBDC;
tailwind
bg-[hsl(31,72%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 72%, 92%, 0.4);
css variable
--color-primary: hsl(31, 72%, 92%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 72%, 92%)?
HEX: #F9EBDC | RGB: rgb(249, 235, 220) | CMYK: 0%, 6%, 12%, 2% | HSV: 31°, 12%, 98%. Copy any format from the conversion table above.
What colors go well with #F9EBDC?
The complementary color is HSL(211, 72%, 92%). 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, 72%, 92%) in CSS?
As HSL: color: hsl(31, 72%, 92%); — As HEX: color: #F9EBDC; — As RGB: color: rgb(249, 235, 220); — Tailwind CSS: bg-[hsl(31,72%,92%)] — CSS variable: --color-primary: hsl(31, 72%, 92%);