HSL(20, 12%, 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(20,12%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 12%, 71%) | color: hsl(20, 12%, 71%) | |
| HEX | #BEB2AC | color: #BEB2AC | |
| RGB | rgb(190, 178, 172) | color: rgb(190, 178, 172) | |
| CMYK | cmyk(0%, 6%, 9%, 25%) | — | |
| HSV | hsv(20, 9%, 75%) | — | |
| HWB | hwb(20 68% 25%) | color: hwb(20 68% 25%) | |
| OKLCH | oklch(0.7719 0.0162 48.5) | color: oklch(0.7719 0.0162 48.5) | |
| Lab | lab(73.39 3.22 4.6) | color: lab(73.39 3.22 4.6) | |
| LCH | lch(73.39 5.62 55.01) | color: lch(73.39 5.62 55.01) |
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)
#B9B9AD — rgb(185, 185, 173)
Deuteranopia (Green-blind)
#BABAAE — rgb(186, 186, 174)
Tritanopia (Blue-blind)
#BDAFAF — rgb(189, 175, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 12%, 71%);
text
color: hsl(20, 12%, 71%);
border
border: 2px solid hsl(20, 12%, 71%);
gradient light
background: linear-gradient(to right, hsl(20, 12%, 91%), hsl(20, 12%, 71%));
gradient dark
background: linear-gradient(to right, hsl(20, 12%, 71%), hsl(20, 12%, 51%))
hex
background-color: #BEB2AC;
tailwind
bg-[hsl(20,12%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 12%, 71%, 0.4);
css variable
--color-primary: hsl(20, 12%, 71%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(20, 12%, 71%)?
HEX: #BEB2AC | RGB: rgb(190, 178, 172) | CMYK: 0%, 6%, 9%, 25% | HSV: 20°, 9%, 75%. Copy any format from the conversion table above.
What colors go well with #BEB2AC?
The complementary color is HSL(200, 12%, 71%). 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, 12%, 71%) in CSS?
As HSL: color: hsl(20, 12%, 71%); — As HEX: color: #BEB2AC; — As RGB: color: rgb(190, 178, 172); — Tailwind CSS: bg-[hsl(20,12%,71%)] — CSS variable: --color-primary: hsl(20, 12%, 71%);