HSL(20, 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(20,10%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 10%, 70%) | color: hsl(20, 10%, 70%) | |
| HEX | #BAB0AB | color: #BAB0AB | |
| RGB | rgb(186, 176, 171) | color: rgb(186, 176, 171) | |
| CMYK | cmyk(0%, 5%, 8%, 27%) | — | |
| HSV | hsv(20, 8%, 73%) | — | |
| HWB | hwb(20 67% 27%) | color: hwb(20 67% 27%) | |
| OKLCH | oklch(0.7641 0.0135 48.54) | color: oklch(0.7641 0.0135 48.54) | |
| Lab | lab(72.52 2.68 3.83) | color: lab(72.52 2.68 3.83) | |
| LCH | lch(72.52 4.67 55.02) | color: lch(72.52 4.67 55.02) |
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)
#B6B6AC — rgb(182, 182, 172)
Deuteranopia (Green-blind)
#B6B7AD — rgb(182, 183, 173)
Tritanopia (Blue-blind)
#BAADAD — rgb(186, 173, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 10%, 70%);
text
color: hsl(20, 10%, 70%);
border
border: 2px solid hsl(20, 10%, 70%);
gradient light
background: linear-gradient(to right, hsl(20, 10%, 90%), hsl(20, 10%, 70%));
gradient dark
background: linear-gradient(to right, hsl(20, 10%, 70%), hsl(20, 10%, 50%))
hex
background-color: #BAB0AB;
tailwind
bg-[hsl(20,10%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 10%, 70%, 0.4);
css variable
--color-primary: hsl(20, 10%, 70%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(20, 10%, 70%)?
HEX: #BAB0AB | RGB: rgb(186, 176, 171) | CMYK: 0%, 5%, 8%, 27% | HSV: 20°, 8%, 73%. Copy any format from the conversion table above.
What colors go well with #BAB0AB?
The complementary color is HSL(200, 10%, 70%). For a triadic harmony, use hues 20°, 140°, and 260°. For analogous combinations, try hues 350° and 50°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(20, 10%, 70%) in CSS?
As HSL: color: hsl(20, 10%, 70%); — As HEX: color: #BAB0AB; — As RGB: color: rgb(186, 176, 171); — Tailwind CSS: bg-[hsl(20,10%,70%)] — CSS variable: --color-primary: hsl(20, 10%, 70%);