HSL(42, 60%, 44%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(42,60%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 60%, 44%) | color: hsl(42, 60%, 44%) | |
| HEX | #B48B2D | color: #B48B2D | |
| RGB | rgb(180, 139, 45) | color: rgb(180, 139, 45) | |
| CMYK | cmyk(0%, 23%, 75%, 29%) | — | |
| HSV | hsv(42, 75%, 71%) | — | |
| HWB | hwb(42 18% 29%) | color: hwb(42 18% 29%) | |
| OKLCH | oklch(0.6593 0.1185 84.07) | color: oklch(0.6593 0.1185 84.07) | |
| Lab | lab(60.21 6.28 53.42) | color: lab(60.21 6.28 53.42) | |
| LCH | lch(60.21 53.79 83.3) | color: lch(60.21 53.79 83.3) |
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)
#A2A244 — rgb(162, 162, 68)
Deuteranopia (Green-blind)
#A5A849 — rgb(165, 168, 73)
Tritanopia (Blue-blind)
#B2565A — rgb(178, 86, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 60%, 44%);
text
color: hsl(42, 60%, 44%);
border
border: 2px solid hsl(42, 60%, 44%);
gradient light
background: linear-gradient(to right, hsl(42, 60%, 64%), hsl(42, 60%, 44%));
gradient dark
background: linear-gradient(to right, hsl(42, 60%, 44%), hsl(42, 60%, 24%))
hex
background-color: #B48B2D;
tailwind
bg-[hsl(42,60%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 60%, 44%, 0.4);
css variable
--color-primary: hsl(42, 60%, 44%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 60%, 44%)?
HEX: #B48B2D | RGB: rgb(180, 139, 45) | CMYK: 0%, 23%, 75%, 29% | HSV: 42°, 75%, 71%. Copy any format from the conversion table above.
What colors go well with #B48B2D?
The complementary color is HSL(222, 60%, 44%). For a triadic harmony, use hues 42°, 162°, and 282°. For analogous combinations, try hues 12° and 72°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(42, 60%, 44%) in CSS?
As HSL: color: hsl(42, 60%, 44%); — As HEX: color: #B48B2D; — As RGB: color: rgb(180, 139, 45); — Tailwind CSS: bg-[hsl(42,60%,44%)] — CSS variable: --color-primary: hsl(42, 60%, 44%);