HSL(35, 83%, 88%)
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(35,83%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 83%, 88%) | color: hsl(35, 83%, 88%) | |
| HEX | #FAE5C7 | color: #FAE5C7 | |
| RGB | rgb(250, 229, 199) | color: rgb(250, 229, 199) | |
| CMYK | cmyk(0%, 8%, 20%, 2%) | — | |
| HSV | hsv(35, 20%, 98%) | — | |
| HWB | hwb(35 78% 2%) | color: hwb(35 78% 2%) | |
| OKLCH | oklch(0.9312 0.0457 76.83) | color: oklch(0.9312 0.0457 76.83) | |
| Lab | lab(91.9 2.52 17.24) | color: lab(91.9 2.52 17.24) | |
| LCH | lch(91.9 17.42 81.68) | color: lch(91.9 17.42 81.68) |
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)
#F1F1CE — rgb(241, 241, 206)
Deuteranopia (Green-blind)
#F2F4D0 — rgb(242, 244, 208)
Tritanopia (Blue-blind)
#F9D4D5 — rgb(249, 212, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 83%, 88%);
text
color: hsl(35, 83%, 88%);
border
border: 2px solid hsl(35, 83%, 88%);
gradient light
background: linear-gradient(to right, hsl(35, 83%, 100%), hsl(35, 83%, 88%));
gradient dark
background: linear-gradient(to right, hsl(35, 83%, 88%), hsl(35, 83%, 68%))
hex
background-color: #FAE5C7;
tailwind
bg-[hsl(35,83%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 83%, 88%, 0.4);
css variable
--color-primary: hsl(35, 83%, 88%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 83%, 88%)?
HEX: #FAE5C7 | RGB: rgb(250, 229, 199) | CMYK: 0%, 8%, 20%, 2% | HSV: 35°, 20%, 98%. Copy any format from the conversion table above.
What colors go well with #FAE5C7?
The complementary color is HSL(215, 83%, 88%). For a triadic harmony, use hues 35°, 155°, and 275°. For analogous combinations, try hues 5° and 65°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(35, 83%, 88%) in CSS?
As HSL: color: hsl(35, 83%, 88%); — As HEX: color: #FAE5C7; — As RGB: color: rgb(250, 229, 199); — Tailwind CSS: bg-[hsl(35,83%,88%)] — CSS variable: --color-primary: hsl(35, 83%, 88%);