HSL(29, 10%, 70%)
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(29,10%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 10%, 70%) | color: hsl(29, 10%, 70%) | |
| HEX | #BAB2AB | color: #BAB2AB | |
| RGB | rgb(186, 178, 171) | color: rgb(186, 178, 171) | |
| CMYK | cmyk(0%, 4%, 8%, 27%) | — | |
| HSV | hsv(28, 8%, 73%) | — | |
| HWB | hwb(28 67% 27%) | color: hwb(28 67% 27%) | |
| OKLCH | oklch(0.7682 0.0135 63.87) | color: oklch(0.7682 0.0135 63.87) | |
| Lab | lab(73.04 1.6 4.59) | color: lab(73.04 1.6 4.59) | |
| LCH | lch(73.04 4.86 70.78) | color: lch(73.04 4.86 70.78) |
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)
#B7B6AD — rgb(183, 182, 173)
Deuteranopia (Green-blind)
#B7B8AD — rgb(183, 184, 173)
Tritanopia (Blue-blind)
#BAAEAE — rgb(186, 174, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 10%, 70%);
text
color: hsl(29, 10%, 70%);
border
border: 2px solid hsl(29, 10%, 70%);
gradient light
background: linear-gradient(to right, hsl(29, 10%, 90%), hsl(29, 10%, 70%));
gradient dark
background: linear-gradient(to right, hsl(29, 10%, 70%), hsl(29, 10%, 50%))
hex
background-color: #BAB2AB;
tailwind
bg-[hsl(29,10%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 10%, 70%, 0.4);
css variable
--color-primary: hsl(29, 10%, 70%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 10%, 70%)?
HEX: #BAB2AB | RGB: rgb(186, 178, 171) | CMYK: 0%, 4%, 8%, 27% | HSV: 28°, 8%, 73%. Copy any format from the conversion table above.
What colors go well with #BAB2AB?
The complementary color is HSL(209, 10%, 70%). For a triadic harmony, use hues 29°, 149°, and 269°. For analogous combinations, try hues 359° and 59°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(29, 10%, 70%) in CSS?
As HSL: color: hsl(29, 10%, 70%); — As HEX: color: #BAB2AB; — As RGB: color: rgb(186, 178, 171); — Tailwind CSS: bg-[hsl(29,10%,70%)] — CSS variable: --color-primary: hsl(29, 10%, 70%);