HSL(41, 61%, 53%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,61%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 61%, 53%) | color: hsl(41, 61%, 53%) | |
| HEX | #D0A23E | color: #D0A23E | |
| RGB | rgb(208, 162, 62) | color: rgb(208, 162, 62) | |
| CMYK | cmyk(0%, 22%, 70%, 18%) | — | |
| HSV | hsv(41, 70%, 82%) | — | |
| HWB | hwb(41 25% 18%) | color: hwb(41 25% 18%) | |
| OKLCH | oklch(0.7369 0.127 83.48) | color: oklch(0.7369 0.127 83.48) | |
| Lab | lab(69.18 6.91 56.32) | color: lab(69.18 6.91 56.32) | |
| LCH | lch(69.18 56.74 83.01) | color: lch(69.18 56.74 83.01) |
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)
#BCBC56 — rgb(188, 188, 86)
Deuteranopia (Green-blind)
#BFC25C — rgb(191, 194, 92)
Tritanopia (Blue-blind)
#CE696E — rgb(206, 105, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 61%, 53%);
text
color: hsl(41, 61%, 53%);
border
border: 2px solid hsl(41, 61%, 53%);
gradient light
background: linear-gradient(to right, hsl(41, 61%, 73%), hsl(41, 61%, 53%));
gradient dark
background: linear-gradient(to right, hsl(41, 61%, 53%), hsl(41, 61%, 33%))
hex
background-color: #D0A23E;
tailwind
bg-[hsl(41,61%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 61%, 53%, 0.4);
css variable
--color-primary: hsl(41, 61%, 53%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 61%, 53%)?
HEX: #D0A23E | RGB: rgb(208, 162, 62) | CMYK: 0%, 22%, 70%, 18% | HSV: 41°, 70%, 82%. Copy any format from the conversion table above.
What colors go well with #D0A23E?
The complementary color is HSL(221, 61%, 53%). 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, 61%, 53%) in CSS?
As HSL: color: hsl(41, 61%, 53%); — As HEX: color: #D0A23E; — As RGB: color: rgb(208, 162, 62); — Tailwind CSS: bg-[hsl(41,61%,53%)] — CSS variable: --color-primary: hsl(41, 61%, 53%);