HSL(39, 80%, 85%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,80%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 80%, 85%) | color: hsl(39, 80%, 85%) | |
| HEX | #F7E2BA | color: #F7E2BA | |
| RGB | rgb(247, 226, 186) | color: rgb(247, 226, 186) | |
| CMYK | cmyk(0%, 9%, 25%, 3%) | — | |
| HSV | hsv(39, 25%, 97%) | — | |
| HWB | hwb(39 73% 3%) | color: hwb(39 73% 3%) | |
| OKLCH | oklch(0.9199 0.057 83.48) | color: oklch(0.9199 0.057 83.48) | |
| Lab | lab(90.65 1.14 22.2) | color: lab(90.65 1.14 22.2) | |
| LCH | lch(90.65 22.23 87.06) | color: lch(90.65 22.23 87.06) |
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)
#EEEEC4 — rgb(238, 238, 196)
Deuteranopia (Green-blind)
#EFF1C6 — rgb(239, 241, 198)
Tritanopia (Blue-blind)
#F6CBCD — rgb(246, 203, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 80%, 85%);
text
color: hsl(39, 80%, 85%);
border
border: 2px solid hsl(39, 80%, 85%);
gradient light
background: linear-gradient(to right, hsl(39, 80%, 100%), hsl(39, 80%, 85%));
gradient dark
background: linear-gradient(to right, hsl(39, 80%, 85%), hsl(39, 80%, 65%))
hex
background-color: #F7E2BA;
tailwind
bg-[hsl(39,80%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 80%, 85%, 0.4);
css variable
--color-primary: hsl(39, 80%, 85%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 80%, 85%)?
HEX: #F7E2BA | RGB: rgb(247, 226, 186) | CMYK: 0%, 9%, 25%, 3% | HSV: 39°, 25%, 97%. Copy any format from the conversion table above.
What colors go well with #F7E2BA?
The complementary color is HSL(219, 80%, 85%). For a triadic harmony, use hues 39°, 159°, and 279°. For analogous combinations, try hues 9° and 69°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(39, 80%, 85%) in CSS?
As HSL: color: hsl(39, 80%, 85%); — As HEX: color: #F7E2BA; — As RGB: color: rgb(247, 226, 186); — Tailwind CSS: bg-[hsl(39,80%,85%)] — CSS variable: --color-primary: hsl(39, 80%, 85%);