HSL(32, 85%, 83%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,85%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 85%, 83%) | color: hsl(32, 85%, 83%) | |
| HEX | #F8D6AF | color: #F8D6AF | |
| RGB | rgb(248, 214, 175) | color: rgb(248, 214, 175) | |
| CMYK | cmyk(0%, 14%, 29%, 3%) | — | |
| HSV | hsv(32, 29%, 97%) | — | |
| HWB | hwb(32 69% 3%) | color: hwb(32 69% 3%) | |
| OKLCH | oklch(0.8951 0.0637 70.71) | color: oklch(0.8951 0.0637 70.71) | |
| Lab | lab(87.56 6.23 23.66) | color: lab(87.56 6.23 23.66) | |
| LCH | lch(87.56 24.47 75.25) | color: lch(87.56 24.47 75.25) |
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)
#E9E9B8 — rgb(233, 233, 184)
Deuteranopia (Green-blind)
#EBEEBB — rgb(235, 238, 187)
Tritanopia (Blue-blind)
#F6C0C2 — rgb(246, 192, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 85%, 83%);
text
color: hsl(32, 85%, 83%);
border
border: 2px solid hsl(32, 85%, 83%);
gradient light
background: linear-gradient(to right, hsl(32, 85%, 100%), hsl(32, 85%, 83%));
gradient dark
background: linear-gradient(to right, hsl(32, 85%, 83%), hsl(32, 85%, 63%))
hex
background-color: #F8D6AF;
tailwind
bg-[hsl(32,85%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 85%, 83%, 0.4);
css variable
--color-primary: hsl(32, 85%, 83%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 85%, 83%)?
HEX: #F8D6AF | RGB: rgb(248, 214, 175) | CMYK: 0%, 14%, 29%, 3% | HSV: 32°, 29%, 97%. Copy any format from the conversion table above.
What colors go well with #F8D6AF?
The complementary color is HSL(212, 85%, 83%). 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, 85%, 83%) in CSS?
As HSL: color: hsl(32, 85%, 83%); — As HEX: color: #F8D6AF; — As RGB: color: rgb(248, 214, 175); — Tailwind CSS: bg-[hsl(32,85%,83%)] — CSS variable: --color-primary: hsl(32, 85%, 83%);