HSL(41, 85%, 45%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,85%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 85%, 45%) | color: hsl(41, 85%, 45%) | |
| HEX | #D49711 | color: #D49711 | |
| RGB | rgb(212, 151, 17) | color: rgb(212, 151, 17) | |
| CMYK | cmyk(0%, 29%, 92%, 17%) | — | |
| HSV | hsv(41, 92%, 83%) | — | |
| HWB | hwb(41 7% 17%) | color: hwb(41 7% 17%) | |
| OKLCH | oklch(0.7173 0.1458 79) | color: oklch(0.7173 0.1458 79) | |
| Lab | lab(66.65 13.12 68.6) | color: lab(66.65 13.12 68.6) | |
| LCH | lch(66.65 69.84 79.17) | color: lch(66.65 69.84 79.17) |
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)
#BAB931 — rgb(186, 185, 49)
Deuteranopia (Green-blind)
#BDC239 — rgb(189, 194, 57)
Tritanopia (Blue-blind)
#D14B51 — rgb(209, 75, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 85%, 45%);
text
color: hsl(41, 85%, 45%);
border
border: 2px solid hsl(41, 85%, 45%);
gradient light
background: linear-gradient(to right, hsl(41, 85%, 65%), hsl(41, 85%, 45%));
gradient dark
background: linear-gradient(to right, hsl(41, 85%, 45%), hsl(41, 85%, 25%))
hex
background-color: #D49711;
tailwind
bg-[hsl(41,85%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 85%, 45%, 0.4);
css variable
--color-primary: hsl(41, 85%, 45%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 85%, 45%)?
HEX: #D49711 | RGB: rgb(212, 151, 17) | CMYK: 0%, 29%, 92%, 17% | HSV: 41°, 92%, 83%. Copy any format from the conversion table above.
What colors go well with #D49711?
The complementary color is HSL(221, 85%, 45%). 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%, 45%) in CSS?
As HSL: color: hsl(41, 85%, 45%); — As HEX: color: #D49711; — As RGB: color: rgb(212, 151, 17); — Tailwind CSS: bg-[hsl(41,85%,45%)] — CSS variable: --color-primary: hsl(41, 85%, 45%);