HSL(32, 14%, 18%)
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(32,14%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 14%, 18%) | color: hsl(32, 14%, 18%) | |
| HEX | #342E27 | color: #342E27 | |
| RGB | rgb(52, 46, 39) | color: rgb(52, 46, 39) | |
| CMYK | cmyk(0%, 12%, 25%, 80%) | — | |
| HSV | hsv(32, 25%, 20%) | — | |
| HWB | hwb(32 15% 80%) | color: hwb(32 15% 80%) | |
| OKLCH | oklch(0.3053 0.015 71.5) | color: oklch(0.3053 0.015 71.5) | |
| Lab | lab(19.35 1.29 5.51) | color: lab(19.35 1.29 5.51) | |
| LCH | lch(19.35 5.66 76.82) | color: lch(19.35 5.66 76.82) |
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)
#313129 — rgb(49, 49, 41)
Deuteranopia (Green-blind)
#323229 — rgb(50, 50, 41)
Tritanopia (Blue-blind)
#342A2A — rgb(52, 42, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 14%, 18%);
text
color: hsl(32, 14%, 18%);
border
border: 2px solid hsl(32, 14%, 18%);
gradient light
background: linear-gradient(to right, hsl(32, 14%, 38%), hsl(32, 14%, 18%));
gradient dark
background: linear-gradient(to right, hsl(32, 14%, 18%), hsl(32, 14%, 0%))
hex
background-color: #342E27;
tailwind
bg-[hsl(32,14%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 14%, 18%, 0.4);
css variable
--color-primary: hsl(32, 14%, 18%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 14%, 18%)?
HEX: #342E27 | RGB: rgb(52, 46, 39) | CMYK: 0%, 12%, 25%, 80% | HSV: 32°, 25%, 20%. Copy any format from the conversion table above.
What colors go well with #342E27?
The complementary color is HSL(212, 14%, 18%). For a triadic harmony, use hues 32°, 152°, and 272°. For analogous combinations, try hues 2° and 62°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(32, 14%, 18%) in CSS?
As HSL: color: hsl(32, 14%, 18%); — As HEX: color: #342E27; — As RGB: color: rgb(52, 46, 39); — Tailwind CSS: bg-[hsl(32,14%,18%)] — CSS variable: --color-primary: hsl(32, 14%, 18%);