HSL(31, 63%, 89%)
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,63%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 63%, 89%) | color: hsl(31, 63%, 89%) | |
| HEX | #F5E4D1 | color: #F5E4D1 | |
| RGB | rgb(245, 228, 209) | color: rgb(245, 228, 209) | |
| CMYK | cmyk(0%, 7%, 15%, 4%) | — | |
| HSV | hsv(32, 15%, 96%) | — | |
| HWB | hwb(32 82% 4%) | color: hwb(32 82% 4%) | |
| OKLCH | oklch(0.9275 0.0314 70.51) | color: oklch(0.9275 0.0314 70.51) | |
| Lab | lab(91.46 2.72 11.36) | color: lab(91.46 2.72 11.36) | |
| LCH | lch(91.46 11.68 76.53) | color: lch(91.46 11.68 76.53) |
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)
#EEEDD6 — rgb(238, 237, 214)
Deuteranopia (Green-blind)
#EFF0D7 — rgb(239, 240, 215)
Tritanopia (Blue-blind)
#F4D9DA — rgb(244, 217, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 63%, 89%);
text
color: hsl(31, 63%, 89%);
border
border: 2px solid hsl(31, 63%, 89%);
gradient light
background: linear-gradient(to right, hsl(31, 63%, 100%), hsl(31, 63%, 89%));
gradient dark
background: linear-gradient(to right, hsl(31, 63%, 89%), hsl(31, 63%, 69%))
hex
background-color: #F5E4D1;
tailwind
bg-[hsl(31,63%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 63%, 89%, 0.4);
css variable
--color-primary: hsl(31, 63%, 89%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 63%, 89%)?
HEX: #F5E4D1 | RGB: rgb(245, 228, 209) | CMYK: 0%, 7%, 15%, 4% | HSV: 32°, 15%, 96%. Copy any format from the conversion table above.
What colors go well with #F5E4D1?
The complementary color is HSL(211, 63%, 89%). 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, 63%, 89%) in CSS?
As HSL: color: hsl(31, 63%, 89%); — As HEX: color: #F5E4D1; — As RGB: color: rgb(245, 228, 209); — Tailwind CSS: bg-[hsl(31,63%,89%)] — CSS variable: --color-primary: hsl(31, 63%, 89%);