HSL(42, 10%, 34%)
Grayish Orange — Orange color
Adjust Color
Color Information
Color Name
Grayish Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(42,10%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 10%, 34%) | color: hsl(42, 10%, 34%) | |
| HEX | #5F5A4E | color: #5F5A4E | |
| RGB | rgb(95, 90, 78) | color: rgb(95, 90, 78) | |
| CMYK | cmyk(0%, 5%, 18%, 63%) | — | |
| HSV | hsv(42, 18%, 37%) | — | |
| HWB | hwb(42 30% 63%) | color: hwb(42 30% 63%) | |
| OKLCH | oklch(0.4686 0.0198 88.07) | color: oklch(0.4686 0.0198 88.07) | |
| Lab | lab(38.37 -0.28 7.66) | color: lab(38.37 -0.28 7.66) | |
| LCH | lch(38.37 7.67 92.09) | color: lch(38.37 7.67 92.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)
#5D5D51 — rgb(93, 93, 81)
Deuteranopia (Green-blind)
#5D5E52 — rgb(93, 94, 82)
Tritanopia (Blue-blind)
#5F5354 — rgb(95, 83, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 10%, 34%);
text
color: hsl(42, 10%, 34%);
border
border: 2px solid hsl(42, 10%, 34%);
gradient light
background: linear-gradient(to right, hsl(42, 10%, 54%), hsl(42, 10%, 34%));
gradient dark
background: linear-gradient(to right, hsl(42, 10%, 34%), hsl(42, 10%, 14%))
hex
background-color: #5F5A4E;
tailwind
bg-[hsl(42,10%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 10%, 34%, 0.4);
css variable
--color-primary: hsl(42, 10%, 34%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 10%, 34%)?
HEX: #5F5A4E | RGB: rgb(95, 90, 78) | CMYK: 0%, 5%, 18%, 63% | HSV: 42°, 18%, 37%. Copy any format from the conversion table above.
What colors go well with #5F5A4E?
The complementary color is HSL(222, 10%, 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, 10%, 34%) in CSS?
As HSL: color: hsl(42, 10%, 34%); — As HEX: color: #5F5A4E; — As RGB: color: rgb(95, 90, 78); — Tailwind CSS: bg-[hsl(42,10%,34%)] — CSS variable: --color-primary: hsl(42, 10%, 34%);