HSL(44, 79%, 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(44,79%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 79%, 89%) | color: hsl(44, 79%, 89%) | |
| HEX | #F9EDCD | color: #F9EDCD | |
| RGB | rgb(249, 237, 205) | color: rgb(249, 237, 205) | |
| CMYK | cmyk(0%, 5%, 18%, 2%) | — | |
| HSV | hsv(44, 18%, 98%) | — | |
| HWB | hwb(44 80% 2%) | color: hwb(44 80% 2%) | |
| OKLCH | oklch(0.9474 0.0438 89.89) | color: oklch(0.9474 0.0438 89.89) | |
| Lab | lab(93.93 -1.04 16.98) | color: lab(93.93 -1.04 16.98) | |
| LCH | lch(93.93 17.01 93.5) | color: lch(93.93 17.01 93.5) |
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)
#F4F4D5 — rgb(244, 244, 213)
Deuteranopia (Green-blind)
#F5F5D7 — rgb(245, 245, 215)
Tritanopia (Blue-blind)
#F8DBDC — rgb(248, 219, 220)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 79%, 89%);
text
color: hsl(44, 79%, 89%);
border
border: 2px solid hsl(44, 79%, 89%);
gradient light
background: linear-gradient(to right, hsl(44, 79%, 100%), hsl(44, 79%, 89%));
gradient dark
background: linear-gradient(to right, hsl(44, 79%, 89%), hsl(44, 79%, 69%))
hex
background-color: #F9EDCD;
tailwind
bg-[hsl(44,79%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 79%, 89%, 0.4);
css variable
--color-primary: hsl(44, 79%, 89%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 79%, 89%)?
HEX: #F9EDCD | RGB: rgb(249, 237, 205) | CMYK: 0%, 5%, 18%, 2% | HSV: 44°, 18%, 98%. Copy any format from the conversion table above.
What colors go well with #F9EDCD?
The complementary color is HSL(224, 79%, 89%). For a triadic harmony, use hues 44°, 164°, and 284°. For analogous combinations, try hues 14° and 74°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(44, 79%, 89%) in CSS?
As HSL: color: hsl(44, 79%, 89%); — As HEX: color: #F9EDCD; — As RGB: color: rgb(249, 237, 205); — Tailwind CSS: bg-[hsl(44,79%,89%)] — CSS variable: --color-primary: hsl(44, 79%, 89%);