HSL(41, 45%, 60%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,45%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 45%, 60%) | color: hsl(41, 45%, 60%) | |
| HEX | #C7AA6B | color: #C7AA6B | |
| RGB | rgb(199, 170, 107) | color: rgb(199, 170, 107) | |
| CMYK | cmyk(0%, 15%, 46%, 22%) | — | |
| HSV | hsv(41, 46%, 78%) | — | |
| HWB | hwb(41 42% 22%) | color: hwb(41 42% 22%) | |
| OKLCH | oklch(0.7495 0.0883 85.63) | color: oklch(0.7495 0.0883 85.63) | |
| Lab | lab(70.84 2.2 36.29) | color: lab(70.84 2.2 36.29) | |
| LCH | lch(70.84 36.36 86.53) | color: lch(70.84 36.36 86.53) |
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)
#BABA7A — rgb(186, 186, 122)
Deuteranopia (Green-blind)
#BCBE7E — rgb(188, 190, 126)
Tritanopia (Blue-blind)
#C68689 — rgb(198, 134, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 45%, 60%);
text
color: hsl(41, 45%, 60%);
border
border: 2px solid hsl(41, 45%, 60%);
gradient light
background: linear-gradient(to right, hsl(41, 45%, 80%), hsl(41, 45%, 60%));
gradient dark
background: linear-gradient(to right, hsl(41, 45%, 60%), hsl(41, 45%, 40%))
hex
background-color: #C7AA6B;
tailwind
bg-[hsl(41,45%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 45%, 60%, 0.4);
css variable
--color-primary: hsl(41, 45%, 60%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 45%, 60%)?
HEX: #C7AA6B | RGB: rgb(199, 170, 107) | CMYK: 0%, 15%, 46%, 22% | HSV: 41°, 46%, 78%. Copy any format from the conversion table above.
What colors go well with #C7AA6B?
The complementary color is HSL(221, 45%, 60%). 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, 45%, 60%) in CSS?
As HSL: color: hsl(41, 45%, 60%); — As HEX: color: #C7AA6B; — As RGB: color: rgb(199, 170, 107); — Tailwind CSS: bg-[hsl(41,45%,60%)] — CSS variable: --color-primary: hsl(41, 45%, 60%);