HSL(18, 29%, 45%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(18,29%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(18, 29%, 45%) | color: hsl(18, 29%, 45%) | |
| HEX | #946551 | color: #946551 | |
| RGB | rgb(148, 101, 81) | color: rgb(148, 101, 81) | |
| CMYK | cmyk(0%, 32%, 45%, 42%) | — | |
| HSV | hsv(18, 45%, 58%) | — | |
| HWB | hwb(18 32% 42%) | color: hwb(18 32% 42%) | |
| OKLCH | oklch(0.5513 0.0682 43.9) | color: oklch(0.5513 0.0682 43.9) | |
| Lab | lab(47.23 16.43 18.96) | color: lab(47.23 16.43 18.96) | |
| LCH | lch(47.23 25.09 49.09) | color: lch(47.23 25.09 49.09) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#807F56 — rgb(128, 127, 86)
Deuteranopia (Green-blind)
#828657 — rgb(130, 134, 87)
Tritanopia (Blue-blind)
#925A5B — rgb(146, 90, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(18, 29%, 45%);
text
color: hsl(18, 29%, 45%);
border
border: 2px solid hsl(18, 29%, 45%);
gradient light
background: linear-gradient(to right, hsl(18, 29%, 65%), hsl(18, 29%, 45%));
gradient dark
background: linear-gradient(to right, hsl(18, 29%, 45%), hsl(18, 29%, 25%))
hex
background-color: #946551;
tailwind
bg-[hsl(18,29%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(18, 29%, 45%, 0.4);
css variable
--color-primary: hsl(18, 29%, 45%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(18, 29%, 45%)?
HEX: #946551 | RGB: rgb(148, 101, 81) | CMYK: 0%, 32%, 45%, 42% | HSV: 18°, 45%, 58%. Copy any format from the conversion table above.
What colors go well with #946551?
The complementary color is HSL(198, 29%, 45%). For a triadic harmony, use hues 18°, 138°, and 258°. For analogous combinations, try hues 348° and 48°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(18, 29%, 45%) in CSS?
As HSL: color: hsl(18, 29%, 45%); — As HEX: color: #946551; — As RGB: color: rgb(148, 101, 81); — Tailwind CSS: bg-[hsl(18,29%,45%)] — CSS variable: --color-primary: hsl(18, 29%, 45%);