HSL(41, 83%, 68%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,83%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 83%, 68%) | color: hsl(41, 83%, 68%) | |
| HEX | #F1C66A | color: #F1C66A | |
| RGB | rgb(241, 198, 106) | color: rgb(241, 198, 106) | |
| CMYK | cmyk(0%, 18%, 56%, 5%) | — | |
| HSV | hsv(41, 56%, 95%) | — | |
| HWB | hwb(41 42% 5%) | color: hwb(41 42% 5%) | |
| OKLCH | oklch(0.8458 0.1209 84.64) | color: oklch(0.8458 0.1209 84.64) | |
| Lab | lab(81.91 4.67 51.22) | color: lab(81.91 4.67 51.22) | |
| LCH | lch(81.91 51.43 84.79) | color: lch(81.91 51.43 84.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)
#DEDE80 — rgb(222, 222, 128)
Deuteranopia (Green-blind)
#E1E486 — rgb(225, 228, 134)
Tritanopia (Blue-blind)
#EF9296 — rgb(239, 146, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 83%, 68%);
text
color: hsl(41, 83%, 68%);
border
border: 2px solid hsl(41, 83%, 68%);
gradient light
background: linear-gradient(to right, hsl(41, 83%, 88%), hsl(41, 83%, 68%));
gradient dark
background: linear-gradient(to right, hsl(41, 83%, 68%), hsl(41, 83%, 48%))
hex
background-color: #F1C66A;
tailwind
bg-[hsl(41,83%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 83%, 68%, 0.4);
css variable
--color-primary: hsl(41, 83%, 68%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 83%, 68%)?
HEX: #F1C66A | RGB: rgb(241, 198, 106) | CMYK: 0%, 18%, 56%, 5% | HSV: 41°, 56%, 95%. Copy any format from the conversion table above.
What colors go well with #F1C66A?
The complementary color is HSL(221, 83%, 68%). 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, 83%, 68%) in CSS?
As HSL: color: hsl(41, 83%, 68%); — As HEX: color: #F1C66A; — As RGB: color: rgb(241, 198, 106); — Tailwind CSS: bg-[hsl(41,83%,68%)] — CSS variable: --color-primary: hsl(41, 83%, 68%);