HSL(42, 50%, 19%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(42,50%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 50%, 19%) | color: hsl(42, 50%, 19%) | |
| HEX | #493A18 | color: #493A18 | |
| RGB | rgb(73, 58, 24) | color: rgb(73, 58, 24) | |
| CMYK | cmyk(0%, 21%, 67%, 71%) | — | |
| HSV | hsv(42, 67%, 29%) | — | |
| HWB | hwb(42 10% 71%) | color: hwb(42 10% 71%) | |
| OKLCH | oklch(0.3567 0.0541 85.57) | color: oklch(0.3567 0.0541 85.57) | |
| Lab | lab(25.29 1.92 23.23) | color: lab(25.29 1.92 23.23) | |
| LCH | lch(25.29 23.31 85.28) | color: lch(25.29 23.31 85.28) |
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)
#434220 — rgb(67, 66, 32)
Deuteranopia (Green-blind)
#434522 — rgb(67, 69, 34)
Tritanopia (Blue-blind)
#482728 — rgb(72, 39, 40)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 50%, 19%);
text
color: hsl(42, 50%, 19%);
border
border: 2px solid hsl(42, 50%, 19%);
gradient light
background: linear-gradient(to right, hsl(42, 50%, 39%), hsl(42, 50%, 19%));
gradient dark
background: linear-gradient(to right, hsl(42, 50%, 19%), hsl(42, 50%, 0%))
hex
background-color: #493A18;
tailwind
bg-[hsl(42,50%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 50%, 19%, 0.4);
css variable
--color-primary: hsl(42, 50%, 19%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 50%, 19%)?
HEX: #493A18 | RGB: rgb(73, 58, 24) | CMYK: 0%, 21%, 67%, 71% | HSV: 42°, 67%, 29%. Copy any format from the conversion table above.
What colors go well with #493A18?
The complementary color is HSL(222, 50%, 19%). 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, 50%, 19%) in CSS?
As HSL: color: hsl(42, 50%, 19%); — As HEX: color: #493A18; — As RGB: color: rgb(73, 58, 24); — Tailwind CSS: bg-[hsl(42,50%,19%)] — CSS variable: --color-primary: hsl(42, 50%, 19%);