HSL(32, 57%, 92%)
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(32,57%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 57%, 92%) | color: hsl(32, 57%, 92%) | |
| HEX | #F6EBDF | color: #F6EBDF | |
| RGB | rgb(246, 235, 223) | color: rgb(246, 235, 223) | |
| CMYK | cmyk(0%, 4%, 9%, 4%) | — | |
| HSV | hsv(31, 9%, 96%) | — | |
| HWB | hwb(31 87% 4%) | color: hwb(31 87% 4%) | |
| OKLCH | oklch(0.9455 0.02 69.99) | color: oklch(0.9455 0.02 69.99) | |
| Lab | lab(93.6 1.71 7.14) | color: lab(93.6 1.71 7.14) | |
| LCH | lch(93.6 7.34 76.53) | color: lch(93.6 7.34 76.53) |
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)
#F1F1E2 — rgb(241, 241, 226)
Deuteranopia (Green-blind)
#F2F3E3 — rgb(242, 243, 227)
Tritanopia (Blue-blind)
#F5E4E5 — rgb(245, 228, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 57%, 92%);
text
color: hsl(32, 57%, 92%);
border
border: 2px solid hsl(32, 57%, 92%);
gradient light
background: linear-gradient(to right, hsl(32, 57%, 100%), hsl(32, 57%, 92%));
gradient dark
background: linear-gradient(to right, hsl(32, 57%, 92%), hsl(32, 57%, 72%))
hex
background-color: #F6EBDF;
tailwind
bg-[hsl(32,57%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 57%, 92%, 0.4);
css variable
--color-primary: hsl(32, 57%, 92%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 57%, 92%)?
HEX: #F6EBDF | RGB: rgb(246, 235, 223) | CMYK: 0%, 4%, 9%, 4% | HSV: 31°, 9%, 96%. Copy any format from the conversion table above.
What colors go well with #F6EBDF?
The complementary color is HSL(212, 57%, 92%). For a triadic harmony, use hues 32°, 152°, and 272°. For analogous combinations, try hues 2° and 62°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(32, 57%, 92%) in CSS?
As HSL: color: hsl(32, 57%, 92%); — As HEX: color: #F6EBDF; — As RGB: color: rgb(246, 235, 223); — Tailwind CSS: bg-[hsl(32,57%,92%)] — CSS variable: --color-primary: hsl(32, 57%, 92%);