HSL(43, 80%, 85%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(43,80%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 80%, 85%) | color: hsl(43, 80%, 85%) | |
| HEX | #F7E6BA | color: #F7E6BA | |
| RGB | rgb(247, 230, 186) | color: rgb(247, 230, 186) | |
| CMYK | cmyk(0%, 7%, 25%, 3%) | — | |
| HSV | hsv(43, 25%, 97%) | — | |
| HWB | hwb(43 73% 3%) | color: hwb(43 73% 3%) | |
| OKLCH | oklch(0.9277 0.0601 89.41) | color: oklch(0.9277 0.0601 89.41) | |
| Lab | lab(91.65 -0.9 23.57) | color: lab(91.65 -0.9 23.57) | |
| LCH | lch(91.65 23.59 92.19) | color: lch(91.65 23.59 92.19) |
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)
#F0EFC5 — rgb(240, 239, 197)
Deuteranopia (Green-blind)
#F1F2C7 — rgb(241, 242, 199)
Tritanopia (Blue-blind)
#F6CDCF — rgb(246, 205, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 80%, 85%);
text
color: hsl(43, 80%, 85%);
border
border: 2px solid hsl(43, 80%, 85%);
gradient light
background: linear-gradient(to right, hsl(43, 80%, 100%), hsl(43, 80%, 85%));
gradient dark
background: linear-gradient(to right, hsl(43, 80%, 85%), hsl(43, 80%, 65%))
hex
background-color: #F7E6BA;
tailwind
bg-[hsl(43,80%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 80%, 85%, 0.4);
css variable
--color-primary: hsl(43, 80%, 85%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 80%, 85%)?
HEX: #F7E6BA | RGB: rgb(247, 230, 186) | CMYK: 0%, 7%, 25%, 3% | HSV: 43°, 25%, 97%. Copy any format from the conversion table above.
What colors go well with #F7E6BA?
The complementary color is HSL(223, 80%, 85%). For a triadic harmony, use hues 43°, 163°, and 283°. For analogous combinations, try hues 13° and 73°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(43, 80%, 85%) in CSS?
As HSL: color: hsl(43, 80%, 85%); — As HEX: color: #F7E6BA; — As RGB: color: rgb(247, 230, 186); — Tailwind CSS: bg-[hsl(43,80%,85%)] — CSS variable: --color-primary: hsl(43, 80%, 85%);