HSL(37, 90%, 93%)
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(37,90%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 90%, 93%) | color: hsl(37, 90%, 93%) | |
| HEX | #FDF1DD | color: #FDF1DD | |
| RGB | rgb(253, 241, 221) | color: rgb(253, 241, 221) | |
| CMYK | cmyk(0%, 5%, 13%, 1%) | — | |
| HSV | hsv(38, 13%, 99%) | — | |
| HWB | hwb(38 86% 1%) | color: hwb(38 86% 1%) | |
| OKLCH | oklch(0.9623 0.0294 80.66) | color: oklch(0.9623 0.0294 80.66) | |
| Lab | lab(95.59 0.77 11.1) | color: lab(95.59 0.77 11.1) | |
| LCH | lch(95.59 11.13 86.03) | color: lch(95.59 11.13 86.03) |
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)
#F8F8E2 — rgb(248, 248, 226)
Deuteranopia (Green-blind)
#F9F9E3 — rgb(249, 249, 227)
Tritanopia (Blue-blind)
#FCE6E7 — rgb(252, 230, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 90%, 93%);
text
color: hsl(37, 90%, 93%);
border
border: 2px solid hsl(37, 90%, 93%);
gradient light
background: linear-gradient(to right, hsl(37, 90%, 100%), hsl(37, 90%, 93%));
gradient dark
background: linear-gradient(to right, hsl(37, 90%, 93%), hsl(37, 90%, 73%))
hex
background-color: #FDF1DD;
tailwind
bg-[hsl(37,90%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 90%, 93%, 0.4);
css variable
--color-primary: hsl(37, 90%, 93%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 90%, 93%)?
HEX: #FDF1DD | RGB: rgb(253, 241, 221) | CMYK: 0%, 5%, 13%, 1% | HSV: 38°, 13%, 99%. Copy any format from the conversion table above.
What colors go well with #FDF1DD?
The complementary color is HSL(217, 90%, 93%). For a triadic harmony, use hues 37°, 157°, and 277°. For analogous combinations, try hues 7° and 67°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(37, 90%, 93%) in CSS?
As HSL: color: hsl(37, 90%, 93%); — As HEX: color: #FDF1DD; — As RGB: color: rgb(253, 241, 221); — Tailwind CSS: bg-[hsl(37,90%,93%)] — CSS variable: --color-primary: hsl(37, 90%, 93%);