HSL(41, 85%, 85%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,85%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 85%, 85%) | color: hsl(41, 85%, 85%) | |
| HEX | #F9E5B8 | color: #F9E5B8 | |
| RGB | rgb(249, 229, 184) | color: rgb(249, 229, 184) | |
| CMYK | cmyk(0%, 8%, 26%, 2%) | — | |
| HSV | hsv(42, 26%, 98%) | — | |
| HWB | hwb(42 73% 2%) | color: hwb(42 73% 2%) | |
| OKLCH | oklch(0.927 0.0623 86.86) | color: oklch(0.927 0.0623 86.86) | |
| Lab | lab(91.52 0.09 24.46) | color: lab(91.52 0.09 24.46) | |
| LCH | lch(91.52 24.46 89.79) | color: lch(91.52 24.46 89.79) |
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)
#F0F0C3 — rgb(240, 240, 195)
Deuteranopia (Green-blind)
#F2F3C6 — rgb(242, 243, 198)
Tritanopia (Blue-blind)
#F8CBCD — rgb(248, 203, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 85%, 85%);
text
color: hsl(41, 85%, 85%);
border
border: 2px solid hsl(41, 85%, 85%);
gradient light
background: linear-gradient(to right, hsl(41, 85%, 100%), hsl(41, 85%, 85%));
gradient dark
background: linear-gradient(to right, hsl(41, 85%, 85%), hsl(41, 85%, 65%))
hex
background-color: #F9E5B8;
tailwind
bg-[hsl(41,85%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 85%, 85%, 0.4);
css variable
--color-primary: hsl(41, 85%, 85%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 85%, 85%)?
HEX: #F9E5B8 | RGB: rgb(249, 229, 184) | CMYK: 0%, 8%, 26%, 2% | HSV: 42°, 26%, 98%. Copy any format from the conversion table above.
What colors go well with #F9E5B8?
The complementary color is HSL(221, 85%, 85%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 85%, 85%) in CSS?
As HSL: color: hsl(41, 85%, 85%); — As HEX: color: #F9E5B8; — As RGB: color: rgb(249, 229, 184); — Tailwind CSS: bg-[hsl(41,85%,85%)] — CSS variable: --color-primary: hsl(41, 85%, 85%);