HSL(25, 12%, 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(25,12%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(25, 12%, 55%) | color: hsl(25, 12%, 55%) | |
| HEX | #9A8A7E | color: #9A8A7E | |
| RGB | rgb(154, 138, 126) | color: rgb(154, 138, 126) | |
| CMYK | cmyk(0%, 10%, 18%, 40%) | — | |
| HSV | hsv(26, 18%, 60%) | — | |
| HWB | hwb(26 49% 40%) | color: hwb(26 49% 40%) | |
| OKLCH | oklch(0.6443 0.0261 59.17) | color: oklch(0.6443 0.0261 59.17) | |
| Lab | lab(58.56 3.95 8.61) | color: lab(58.56 3.95 8.61) | |
| LCH | lch(58.56 9.47 65.36) | color: lch(58.56 9.47 65.36) |
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)
#939381 — rgb(147, 147, 129)
Deuteranopia (Green-blind)
#949582 — rgb(148, 149, 130)
Tritanopia (Blue-blind)
#998384 — rgb(153, 131, 132)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(25, 12%, 55%);
text
color: hsl(25, 12%, 55%);
border
border: 2px solid hsl(25, 12%, 55%);
gradient light
background: linear-gradient(to right, hsl(25, 12%, 75%), hsl(25, 12%, 55%));
gradient dark
background: linear-gradient(to right, hsl(25, 12%, 55%), hsl(25, 12%, 35%))
hex
background-color: #9A8A7E;
tailwind
bg-[hsl(25,12%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(25, 12%, 55%, 0.4);
css variable
--color-primary: hsl(25, 12%, 55%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(25, 12%, 55%)?
HEX: #9A8A7E | RGB: rgb(154, 138, 126) | CMYK: 0%, 10%, 18%, 40% | HSV: 26°, 18%, 60%. Copy any format from the conversion table above.
What colors go well with #9A8A7E?
The complementary color is HSL(205, 12%, 55%). For a triadic harmony, use hues 25°, 145°, and 265°. For analogous combinations, try hues 355° and 55°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(25, 12%, 55%) in CSS?
As HSL: color: hsl(25, 12%, 55%); — As HEX: color: #9A8A7E; — As RGB: color: rgb(154, 138, 126); — Tailwind CSS: bg-[hsl(25,12%,55%)] — CSS variable: --color-primary: hsl(25, 12%, 55%);