HSL(42, 20%, 34%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(42,20%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 20%, 34%) | color: hsl(42, 20%, 34%) | |
| HEX | #685E45 | color: #685E45 | |
| RGB | rgb(104, 94, 69) | color: rgb(104, 94, 69) | |
| CMYK | cmyk(0%, 10%, 34%, 59%) | — | |
| HSV | hsv(43, 34%, 41%) | — | |
| HWB | hwb(43 27% 59%) | color: hwb(43 27% 59%) | |
| OKLCH | oklch(0.4845 0.0398 88.76) | color: oklch(0.4845 0.0398 88.76) | |
| Lab | lab(40.21 -0.22 15.83) | color: lab(40.21 -0.22 15.83) | |
| LCH | lch(40.21 15.83 90.8) | color: lch(40.21 15.83 90.8) |
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)
#64644B — rgb(100, 100, 75)
Deuteranopia (Green-blind)
#64654D — rgb(100, 101, 77)
Tritanopia (Blue-blind)
#685051 — rgb(104, 80, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 20%, 34%);
text
color: hsl(42, 20%, 34%);
border
border: 2px solid hsl(42, 20%, 34%);
gradient light
background: linear-gradient(to right, hsl(42, 20%, 54%), hsl(42, 20%, 34%));
gradient dark
background: linear-gradient(to right, hsl(42, 20%, 34%), hsl(42, 20%, 14%))
hex
background-color: #685E45;
tailwind
bg-[hsl(42,20%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 20%, 34%, 0.4);
css variable
--color-primary: hsl(42, 20%, 34%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 20%, 34%)?
HEX: #685E45 | RGB: rgb(104, 94, 69) | CMYK: 0%, 10%, 34%, 59% | HSV: 43°, 34%, 41%. Copy any format from the conversion table above.
What colors go well with #685E45?
The complementary color is HSL(222, 20%, 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, 20%, 34%) in CSS?
As HSL: color: hsl(42, 20%, 34%); — As HEX: color: #685E45; — As RGB: color: rgb(104, 94, 69); — Tailwind CSS: bg-[hsl(42,20%,34%)] — CSS variable: --color-primary: hsl(42, 20%, 34%);