HSL(19, 75%, 89%)
Very Light Orange — Orange color
Adjust Color
Color Information
Color Name
Very Light Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(19,75%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(19, 75%, 89%) | color: hsl(19, 75%, 89%) | |
| HEX | #F8DBCE | color: #F8DBCE | |
| RGB | rgb(248, 219, 206) | color: rgb(248, 219, 206) | |
| CMYK | cmyk(0%, 12%, 17%, 3%) | — | |
| HSV | hsv(19, 17%, 97%) | — | |
| HWB | hwb(19 81% 3%) | color: hwb(19 81% 3%) | |
| OKLCH | oklch(0.9119 0.0368 45.66) | color: oklch(0.9119 0.0368 45.66) | |
| Lab | lab(89.43 7.98 10.06) | color: lab(89.43 7.98 10.06) | |
| LCH | lch(89.43 12.84 51.58) | color: lch(89.43 12.84 51.58) |
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)
#EBEBD1 — rgb(235, 235, 209)
Deuteranopia (Green-blind)
#EDEFD2 — rgb(237, 239, 210)
Tritanopia (Blue-blind)
#F7D4D4 — rgb(247, 212, 212)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(19, 75%, 89%);
text
color: hsl(19, 75%, 89%);
border
border: 2px solid hsl(19, 75%, 89%);
gradient light
background: linear-gradient(to right, hsl(19, 75%, 100%), hsl(19, 75%, 89%));
gradient dark
background: linear-gradient(to right, hsl(19, 75%, 89%), hsl(19, 75%, 69%))
hex
background-color: #F8DBCE;
tailwind
bg-[hsl(19,75%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(19, 75%, 89%, 0.4);
css variable
--color-primary: hsl(19, 75%, 89%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(19, 75%, 89%)?
HEX: #F8DBCE | RGB: rgb(248, 219, 206) | CMYK: 0%, 12%, 17%, 3% | HSV: 19°, 17%, 97%. Copy any format from the conversion table above.
What colors go well with #F8DBCE?
The complementary color is HSL(199, 75%, 89%). For a triadic harmony, use hues 19°, 139°, and 259°. For analogous combinations, try hues 349° and 49°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(19, 75%, 89%) in CSS?
As HSL: color: hsl(19, 75%, 89%); — As HEX: color: #F8DBCE; — As RGB: color: rgb(248, 219, 206); — Tailwind CSS: bg-[hsl(19,75%,89%)] — CSS variable: --color-primary: hsl(19, 75%, 89%);