HSL(33, 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(33,10%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 10%, 71%) | color: hsl(33, 10%, 71%) | |
| HEX | #BCB6AE | color: #BCB6AE | |
| RGB | rgb(188, 182, 174) | color: rgb(188, 182, 174) | |
| CMYK | cmyk(0%, 3%, 7%, 26%) | — | |
| HSV | hsv(34, 7%, 74%) | — | |
| HWB | hwb(34 69% 26%) | color: hwb(34 69% 26%) | |
| OKLCH | oklch(0.7789 0.0131 75.34) | color: oklch(0.7789 0.0131 75.34) | |
| Lab | lab(74.32 0.69 4.82) | color: lab(74.32 0.69 4.82) | |
| LCH | lch(74.32 4.87 81.85) | color: lch(74.32 4.87 81.85) |
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)
#BABAB0 — rgb(186, 186, 176)
Tritanopia (Blue-blind)
#BCB1B2 — rgb(188, 177, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 10%, 71%);
text
color: hsl(33, 10%, 71%);
border
border: 2px solid hsl(33, 10%, 71%);
gradient light
background: linear-gradient(to right, hsl(33, 10%, 91%), hsl(33, 10%, 71%));
gradient dark
background: linear-gradient(to right, hsl(33, 10%, 71%), hsl(33, 10%, 51%))
hex
background-color: #BCB6AE;
tailwind
bg-[hsl(33,10%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 10%, 71%, 0.4);
css variable
--color-primary: hsl(33, 10%, 71%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 10%, 71%)?
HEX: #BCB6AE | RGB: rgb(188, 182, 174) | CMYK: 0%, 3%, 7%, 26% | HSV: 34°, 7%, 74%. Copy any format from the conversion table above.
What colors go well with #BCB6AE?
The complementary color is HSL(213, 10%, 71%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(33, 10%, 71%) in CSS?
As HSL: color: hsl(33, 10%, 71%); — As HEX: color: #BCB6AE; — As RGB: color: rgb(188, 182, 174); — Tailwind CSS: bg-[hsl(33,10%,71%)] — CSS variable: --color-primary: hsl(33, 10%, 71%);