HSL(32, 100%, 81%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,100%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 100%, 81%) | color: hsl(32, 100%, 81%) | |
| HEX | #FFD29E | color: #FFD29E | |
| RGB | rgb(255, 210, 158) | color: rgb(255, 210, 158) | |
| CMYK | cmyk(0%, 18%, 38%, 0%) | — | |
| HSV | hsv(32, 38%, 100%) | — | |
| HWB | hwb(32 62% 0%) | color: hwb(32 62% 0%) | |
| OKLCH | oklch(0.8905 0.084 70.46) | color: oklch(0.8905 0.084 70.46) | |
| Lab | lab(86.91 8.94 31.72) | color: lab(86.91 8.94 31.72) | |
| LCH | lch(86.91 32.96 74.26) | color: lch(86.91 32.96 74.26) |
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)
#ECEBAB — rgb(236, 235, 171)
Deuteranopia (Green-blind)
#EEF2AE — rgb(238, 242, 174)
Tritanopia (Blue-blind)
#FDB5B7 — rgb(253, 181, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 100%, 81%);
text
color: hsl(32, 100%, 81%);
border
border: 2px solid hsl(32, 100%, 81%);
gradient light
background: linear-gradient(to right, hsl(32, 100%, 100%), hsl(32, 100%, 81%));
gradient dark
background: linear-gradient(to right, hsl(32, 100%, 81%), hsl(32, 100%, 61%))
hex
background-color: #FFD29E;
tailwind
bg-[hsl(32,100%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 100%, 81%, 0.4);
css variable
--color-primary: hsl(32, 100%, 81%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 100%, 81%)?
HEX: #FFD29E | RGB: rgb(255, 210, 158) | CMYK: 0%, 18%, 38%, 0% | HSV: 32°, 38%, 100%. Copy any format from the conversion table above.
What colors go well with #FFD29E?
The complementary color is HSL(212, 100%, 81%). 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, 100%, 81%) in CSS?
As HSL: color: hsl(32, 100%, 81%); — As HEX: color: #FFD29E; — As RGB: color: rgb(255, 210, 158); — Tailwind CSS: bg-[hsl(32,100%,81%)] — CSS variable: --color-primary: hsl(32, 100%, 81%);