HSL(30, 13%, 55%)
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%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 13%, 55%) | color: hsl(30, 13%, 55%) | |
| HEX | #9B8C7D | color: #9B8C7D | |
| RGB | rgb(155, 140, 125) | color: rgb(155, 140, 125) | |
| CMYK | cmyk(0%, 10%, 19%, 39%) | — | |
| HSV | hsv(30, 19%, 61%) | — | |
| HWB | hwb(30 49% 39%) | color: hwb(30 49% 39%) | |
| OKLCH | oklch(0.6491 0.0283 67.29) | color: oklch(0.6491 0.0283 67.29) | |
| Lab | lab(59.16 3.06 10.06) | color: lab(59.16 3.06 10.06) | |
| LCH | lch(59.16 10.52 73.08) | color: lch(59.16 10.52 73.08) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#959481 — rgb(149, 148, 129)
Deuteranopia (Green-blind)
#959782 — rgb(149, 151, 130)
Tritanopia (Blue-blind)
#9A8384 — rgb(154, 131, 132)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 13%, 55%);
text
color: hsl(30, 13%, 55%);
border
border: 2px solid hsl(30, 13%, 55%);
gradient light
background: linear-gradient(to right, hsl(30, 13%, 75%), hsl(30, 13%, 55%));
gradient dark
background: linear-gradient(to right, hsl(30, 13%, 55%), hsl(30, 13%, 35%))
hex
background-color: #9B8C7D;
tailwind
bg-[hsl(30,13%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 13%, 55%, 0.4);
css variable
--color-primary: hsl(30, 13%, 55%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 13%, 55%)?
HEX: #9B8C7D | RGB: rgb(155, 140, 125) | CMYK: 0%, 10%, 19%, 39% | HSV: 30°, 19%, 61%. Copy any format from the conversion table above.
What colors go well with #9B8C7D?
The complementary color is HSL(210, 13%, 55%). 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%, 55%) in CSS?
As HSL: color: hsl(30, 13%, 55%); — As HEX: color: #9B8C7D; — As RGB: color: rgb(155, 140, 125); — Tailwind CSS: bg-[hsl(30,13%,55%)] — CSS variable: --color-primary: hsl(30, 13%, 55%);