HSL(42, 61%, 34%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(42,61%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 61%, 34%) | color: hsl(42, 61%, 34%) | |
| HEX | #8C6C22 | color: #8C6C22 | |
| RGB | rgb(140, 108, 34) | color: rgb(140, 108, 34) | |
| CMYK | cmyk(0%, 23%, 76%, 45%) | — | |
| HSV | hsv(42, 76%, 55%) | — | |
| HWB | hwb(42 13% 45%) | color: hwb(42 13% 45%) | |
| OKLCH | oklch(0.5494 0.098 84.39) | color: oklch(0.5494 0.098 84.39) | |
| Lab | lab(47.52 4.96 44.07) | color: lab(47.52 4.96 44.07) | |
| LCH | lch(47.52 44.35 83.58) | color: lch(47.52 44.35 83.58) |
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)
#7E7E34 — rgb(126, 126, 52)
Deuteranopia (Green-blind)
#808238 — rgb(128, 130, 56)
Tritanopia (Blue-blind)
#8A4245 — rgb(138, 66, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 61%, 34%);
text
color: hsl(42, 61%, 34%);
border
border: 2px solid hsl(42, 61%, 34%);
gradient light
background: linear-gradient(to right, hsl(42, 61%, 54%), hsl(42, 61%, 34%));
gradient dark
background: linear-gradient(to right, hsl(42, 61%, 34%), hsl(42, 61%, 14%))
hex
background-color: #8C6C22;
tailwind
bg-[hsl(42,61%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 61%, 34%, 0.4);
css variable
--color-primary: hsl(42, 61%, 34%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 61%, 34%)?
HEX: #8C6C22 | RGB: rgb(140, 108, 34) | CMYK: 0%, 23%, 76%, 45% | HSV: 42°, 76%, 55%. Copy any format from the conversion table above.
What colors go well with #8C6C22?
The complementary color is HSL(222, 61%, 34%). 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, 61%, 34%) in CSS?
As HSL: color: hsl(42, 61%, 34%); — As HEX: color: #8C6C22; — As RGB: color: rgb(140, 108, 34); — Tailwind CSS: bg-[hsl(42,61%,34%)] — CSS variable: --color-primary: hsl(42, 61%, 34%);