HSL(30, 13%, 42%)
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,13%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 13%, 42%) | color: hsl(30, 13%, 42%) | |
| HEX | #796B5D | color: #796B5D | |
| RGB | rgb(121, 107, 93) | color: rgb(121, 107, 93) | |
| CMYK | cmyk(0%, 12%, 23%, 53%) | — | |
| HSV | hsv(30, 23%, 47%) | — | |
| HWB | hwb(30 36% 53%) | color: hwb(30 36% 53%) | |
| OKLCH | oklch(0.5369 0.0276 67.18) | color: oklch(0.5369 0.0276 67.18) | |
| Lab | lab(46.14 3.07 9.87) | color: lab(46.14 3.07 9.87) | |
| LCH | lch(46.14 10.34 72.72) | color: lch(46.14 10.34 72.72) |
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)
#737360 — rgb(115, 115, 96)
Deuteranopia (Green-blind)
#747561 — rgb(116, 117, 97)
Tritanopia (Blue-blind)
#786364 — rgb(120, 99, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 13%, 42%);
text
color: hsl(30, 13%, 42%);
border
border: 2px solid hsl(30, 13%, 42%);
gradient light
background: linear-gradient(to right, hsl(30, 13%, 62%), hsl(30, 13%, 42%));
gradient dark
background: linear-gradient(to right, hsl(30, 13%, 42%), hsl(30, 13%, 22%))
hex
background-color: #796B5D;
tailwind
bg-[hsl(30,13%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 13%, 42%, 0.4);
css variable
--color-primary: hsl(30, 13%, 42%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 13%, 42%)?
HEX: #796B5D | RGB: rgb(121, 107, 93) | CMYK: 0%, 12%, 23%, 53% | HSV: 30°, 23%, 47%. Copy any format from the conversion table above.
What colors go well with #796B5D?
The complementary color is HSL(210, 13%, 42%). 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, 13%, 42%) in CSS?
As HSL: color: hsl(30, 13%, 42%); — As HEX: color: #796B5D; — As RGB: color: rgb(121, 107, 93); — Tailwind CSS: bg-[hsl(30,13%,42%)] — CSS variable: --color-primary: hsl(30, 13%, 42%);