HSL(30, 12%, 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(30,12%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 12%, 34%) | color: hsl(30, 12%, 34%) | |
| HEX | #61574C | color: #61574C | |
| RGB | rgb(97, 87, 76) | color: rgb(97, 87, 76) | |
| CMYK | cmyk(0%, 10%, 22%, 62%) | — | |
| HSV | hsv(31, 22%, 38%) | — | |
| HWB | hwb(31 30% 62%) | color: hwb(31 30% 62%) | |
| OKLCH | oklch(0.4631 0.0217 69.91) | color: oklch(0.4631 0.0217 69.91) | |
| Lab | lab(37.63 2.05 7.88) | color: lab(37.63 2.05 7.88) | |
| LCH | lch(37.63 8.14 75.42) | color: lch(37.63 8.14 75.42) |
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)
#5D5D4F — rgb(93, 93, 79)
Deuteranopia (Green-blind)
#5D5E4F — rgb(93, 94, 79)
Tritanopia (Blue-blind)
#615151 — rgb(97, 81, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 12%, 34%);
text
color: hsl(30, 12%, 34%);
border
border: 2px solid hsl(30, 12%, 34%);
gradient light
background: linear-gradient(to right, hsl(30, 12%, 54%), hsl(30, 12%, 34%));
gradient dark
background: linear-gradient(to right, hsl(30, 12%, 34%), hsl(30, 12%, 14%))
hex
background-color: #61574C;
tailwind
bg-[hsl(30,12%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 12%, 34%, 0.4);
css variable
--color-primary: hsl(30, 12%, 34%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 12%, 34%)?
HEX: #61574C | RGB: rgb(97, 87, 76) | CMYK: 0%, 10%, 22%, 62% | HSV: 31°, 22%, 38%. Copy any format from the conversion table above.
What colors go well with #61574C?
The complementary color is HSL(210, 12%, 34%). For a triadic harmony, use hues 30°, 150°, and 270°. For analogous combinations, try hues 0° and 60°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(30, 12%, 34%) in CSS?
As HSL: color: hsl(30, 12%, 34%); — As HEX: color: #61574C; — As RGB: color: rgb(97, 87, 76); — Tailwind CSS: bg-[hsl(30,12%,34%)] — CSS variable: --color-primary: hsl(30, 12%, 34%);