HSL(31, 10%, 71%)
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%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 10%, 71%) | color: hsl(31, 10%, 71%) | |
| HEX | #BCB5AE | color: #BCB5AE | |
| RGB | rgb(188, 181, 174) | color: rgb(188, 181, 174) | |
| CMYK | cmyk(0%, 4%, 7%, 26%) | — | |
| HSV | hsv(30, 7%, 74%) | — | |
| HWB | hwb(30 69% 26%) | color: hwb(30 69% 26%) | |
| OKLCH | oklch(0.7769 0.0127 67.64) | color: oklch(0.7769 0.0127 67.64) | |
| Lab | lab(74.06 1.23 4.44) | color: lab(74.06 1.23 4.44) | |
| LCH | lch(74.06 4.61 74.52) | color: lch(74.06 4.61 74.52) |
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)
#B9B9B0 — rgb(185, 185, 176)
Deuteranopia (Green-blind)
#B9BAB0 — rgb(185, 186, 176)
Tritanopia (Blue-blind)
#BCB1B1 — rgb(188, 177, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 10%, 71%);
text
color: hsl(31, 10%, 71%);
border
border: 2px solid hsl(31, 10%, 71%);
gradient light
background: linear-gradient(to right, hsl(31, 10%, 91%), hsl(31, 10%, 71%));
gradient dark
background: linear-gradient(to right, hsl(31, 10%, 71%), hsl(31, 10%, 51%))
hex
background-color: #BCB5AE;
tailwind
bg-[hsl(31,10%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 10%, 71%, 0.4);
css variable
--color-primary: hsl(31, 10%, 71%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 10%, 71%)?
HEX: #BCB5AE | RGB: rgb(188, 181, 174) | CMYK: 0%, 4%, 7%, 26% | HSV: 30°, 7%, 74%. Copy any format from the conversion table above.
What colors go well with #BCB5AE?
The complementary color is HSL(211, 10%, 71%). 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%, 71%) in CSS?
As HSL: color: hsl(31, 10%, 71%); — As HEX: color: #BCB5AE; — As RGB: color: rgb(188, 181, 174); — Tailwind CSS: bg-[hsl(31,10%,71%)] — CSS variable: --color-primary: hsl(31, 10%, 71%);