HSL(31, 10%, 66%)
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(31,10%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 10%, 66%) | color: hsl(31, 10%, 66%) | |
| HEX | #B1A9A0 | color: #B1A9A0 | |
| RGB | rgb(177, 169, 160) | color: rgb(177, 169, 160) | |
| CMYK | cmyk(0%, 5%, 10%, 31%) | — | |
| HSV | hsv(32, 10%, 69%) | — | |
| HWB | hwb(32 62% 31%) | color: hwb(32 62% 31%) | |
| OKLCH | oklch(0.7389 0.0158 70.83) | color: oklch(0.7389 0.0158 70.83) | |
| Lab | lab(69.66 1.27 5.66) | color: lab(69.66 1.27 5.66) | |
| LCH | lch(69.66 5.8 77.35) | color: lch(69.66 5.8 77.35) |
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)
#AEADA2 — rgb(174, 173, 162)
Deuteranopia (Green-blind)
#AEAFA3 — rgb(174, 175, 163)
Tritanopia (Blue-blind)
#B1A4A4 — rgb(177, 164, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 10%, 66%);
text
color: hsl(31, 10%, 66%);
border
border: 2px solid hsl(31, 10%, 66%);
gradient light
background: linear-gradient(to right, hsl(31, 10%, 86%), hsl(31, 10%, 66%));
gradient dark
background: linear-gradient(to right, hsl(31, 10%, 66%), hsl(31, 10%, 46%))
hex
background-color: #B1A9A0;
tailwind
bg-[hsl(31,10%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 10%, 66%, 0.4);
css variable
--color-primary: hsl(31, 10%, 66%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 10%, 66%)?
HEX: #B1A9A0 | RGB: rgb(177, 169, 160) | CMYK: 0%, 5%, 10%, 31% | HSV: 32°, 10%, 69%. Copy any format from the conversion table above.
What colors go well with #B1A9A0?
The complementary color is HSL(211, 10%, 66%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(31, 10%, 66%) in CSS?
As HSL: color: hsl(31, 10%, 66%); — As HEX: color: #B1A9A0; — As RGB: color: rgb(177, 169, 160); — Tailwind CSS: bg-[hsl(31,10%,66%)] — CSS variable: --color-primary: hsl(31, 10%, 66%);