HSL(32, 61%, 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,61%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 61%, 92%) | color: hsl(32, 61%, 92%) | |
| HEX | #F7EBDE | color: #F7EBDE | |
| RGB | rgb(247, 235, 222) | color: rgb(247, 235, 222) | |
| CMYK | cmyk(0%, 5%, 10%, 3%) | — | |
| HSV | hsv(31, 10%, 97%) | — | |
| HWB | hwb(31 87% 3%) | color: hwb(31 87% 3%) | |
| OKLCH | oklch(0.946 0.0217 69.78) | color: oklch(0.946 0.0217 69.78) | |
| Lab | lab(93.65 1.89 7.75) | color: lab(93.65 1.89 7.75) | |
| LCH | lch(93.65 7.98 76.29) | color: lch(93.65 7.98 76.29) |
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)
#F2F2E1 — rgb(242, 242, 225)
Deuteranopia (Green-blind)
#F3F3E2 — rgb(243, 243, 226)
Tritanopia (Blue-blind)
#F6E4E4 — rgb(246, 228, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 61%, 92%);
text
color: hsl(32, 61%, 92%);
border
border: 2px solid hsl(32, 61%, 92%);
gradient light
background: linear-gradient(to right, hsl(32, 61%, 100%), hsl(32, 61%, 92%));
gradient dark
background: linear-gradient(to right, hsl(32, 61%, 92%), hsl(32, 61%, 72%))
hex
background-color: #F7EBDE;
tailwind
bg-[hsl(32,61%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 61%, 92%, 0.4);
css variable
--color-primary: hsl(32, 61%, 92%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 61%, 92%)?
HEX: #F7EBDE | RGB: rgb(247, 235, 222) | CMYK: 0%, 5%, 10%, 3% | HSV: 31°, 10%, 97%. Copy any format from the conversion table above.
What colors go well with #F7EBDE?
The complementary color is HSL(212, 61%, 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, 61%, 92%) in CSS?
As HSL: color: hsl(32, 61%, 92%); — As HEX: color: #F7EBDE; — As RGB: color: rgb(247, 235, 222); — Tailwind CSS: bg-[hsl(32,61%,92%)] — CSS variable: --color-primary: hsl(32, 61%, 92%);