HSL(46, 11%, 70%)
Grayish Yellow — Yellow color
Adjust Color
Color Information
Color Name
Grayish Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(46,11%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 11%, 70%) | color: hsl(46, 11%, 70%) | |
| HEX | #BBB7AA | color: #BBB7AA | |
| RGB | rgb(187, 183, 170) | color: rgb(187, 183, 170) | |
| CMYK | cmyk(0%, 2%, 9%, 27%) | — | |
| HSV | hsv(46, 9%, 73%) | — | |
| HWB | hwb(46 66% 27%) | color: hwb(46 66% 27%) | |
| OKLCH | oklch(0.779 0.0186 92.73) | color: oklch(0.779 0.0186 92.73) | |
| Lab | lab(74.4 -0.89 7.11) | color: lab(74.4 -0.89 7.11) | |
| LCH | lch(74.4 7.17 97.13) | color: lch(74.4 7.17 97.13) |
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)
#BBB0B0 — rgb(187, 176, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 11%, 70%);
text
color: hsl(46, 11%, 70%);
border
border: 2px solid hsl(46, 11%, 70%);
gradient light
background: linear-gradient(to right, hsl(46, 11%, 90%), hsl(46, 11%, 70%));
gradient dark
background: linear-gradient(to right, hsl(46, 11%, 70%), hsl(46, 11%, 50%))
hex
background-color: #BBB7AA;
tailwind
bg-[hsl(46,11%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 11%, 70%, 0.4);
css variable
--color-primary: hsl(46, 11%, 70%);
Related Colors
Use Cases for Grayish Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 11%, 70%)?
HEX: #BBB7AA | RGB: rgb(187, 183, 170) | CMYK: 0%, 2%, 9%, 27% | HSV: 46°, 9%, 73%. Copy any format from the conversion table above.
What colors go well with #BBB7AA?
The complementary color is HSL(226, 11%, 70%). For a triadic harmony, use hues 46°, 166°, and 286°. For analogous combinations, try hues 16° and 76°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(46, 11%, 70%) in CSS?
As HSL: color: hsl(46, 11%, 70%); — As HEX: color: #BBB7AA; — As RGB: color: rgb(187, 183, 170); — Tailwind CSS: bg-[hsl(46,11%,70%)] — CSS variable: --color-primary: hsl(46, 11%, 70%);