HSL(23, 80%, 90%)
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(23,80%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 80%, 90%) | color: hsl(23, 80%, 90%) | |
| HEX | #FAE1D1 | color: #FAE1D1 | |
| RGB | rgb(250, 225, 209) | color: rgb(250, 225, 209) | |
| CMYK | cmyk(0%, 10%, 16%, 2%) | — | |
| HSV | hsv(23, 16%, 98%) | — | |
| HWB | hwb(23 82% 2%) | color: hwb(23 82% 2%) | |
| OKLCH | oklch(0.9259 0.035 54.79) | color: oklch(0.9259 0.035 54.79) | |
| Lab | lab(91.13 6.05 10.95) | color: lab(91.13 6.05 10.95) | |
| LCH | lch(91.13 12.51 61.08) | color: lch(91.13 12.51 61.08) |
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)
#EFEFD5 — rgb(239, 239, 213)
Deuteranopia (Green-blind)
#F1F3D6 — rgb(241, 243, 214)
Tritanopia (Blue-blind)
#F9D8D9 — rgb(249, 216, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 80%, 90%);
text
color: hsl(23, 80%, 90%);
border
border: 2px solid hsl(23, 80%, 90%);
gradient light
background: linear-gradient(to right, hsl(23, 80%, 100%), hsl(23, 80%, 90%));
gradient dark
background: linear-gradient(to right, hsl(23, 80%, 90%), hsl(23, 80%, 70%))
hex
background-color: #FAE1D1;
tailwind
bg-[hsl(23,80%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 80%, 90%, 0.4);
css variable
--color-primary: hsl(23, 80%, 90%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 80%, 90%)?
HEX: #FAE1D1 | RGB: rgb(250, 225, 209) | CMYK: 0%, 10%, 16%, 2% | HSV: 23°, 16%, 98%. Copy any format from the conversion table above.
What colors go well with #FAE1D1?
The complementary color is HSL(203, 80%, 90%). For a triadic harmony, use hues 23°, 143°, and 263°. For analogous combinations, try hues 353° and 53°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(23, 80%, 90%) in CSS?
As HSL: color: hsl(23, 80%, 90%); — As HEX: color: #FAE1D1; — As RGB: color: rgb(250, 225, 209); — Tailwind CSS: bg-[hsl(23,80%,90%)] — CSS variable: --color-primary: hsl(23, 80%, 90%);