HSL(2, 10%, 72%)
Grayish Red — Red color
Adjust Color
Color Information
Color Name
Grayish Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(2,10%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 10%, 72%) | color: hsl(2, 10%, 72%) | |
| HEX | #BFB1B0 | color: #BFB1B0 | |
| RGB | rgb(191, 177, 176) | color: rgb(191, 177, 176) | |
| CMYK | cmyk(0%, 7%, 8%, 25%) | — | |
| HSV | hsv(4, 8%, 75%) | — | |
| HWB | hwb(4 69% 25%) | color: hwb(4 69% 25%) | |
| OKLCH | oklch(0.7718 0.0162 22.46) | color: oklch(0.7718 0.0162 22.46) | |
| Lab | lab(73.32 4.82 2.31) | color: lab(73.32 4.82 2.31) | |
| LCH | lch(73.32 5.34 25.61) | color: lch(73.32 5.34 25.61) |
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)
#BABBB0 — rgb(186, 187, 176)
Tritanopia (Blue-blind)
#BEB0B0 — rgb(190, 176, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 10%, 72%);
text
color: hsl(2, 10%, 72%);
border
border: 2px solid hsl(2, 10%, 72%);
gradient light
background: linear-gradient(to right, hsl(2, 10%, 92%), hsl(2, 10%, 72%));
gradient dark
background: linear-gradient(to right, hsl(2, 10%, 72%), hsl(2, 10%, 52%))
hex
background-color: #BFB1B0;
tailwind
bg-[hsl(2,10%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 10%, 72%, 0.4);
css variable
--color-primary: hsl(2, 10%, 72%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(2, 10%, 72%)?
HEX: #BFB1B0 | RGB: rgb(191, 177, 176) | CMYK: 0%, 7%, 8%, 25% | HSV: 4°, 8%, 75%. Copy any format from the conversion table above.
What colors go well with #BFB1B0?
The complementary color is HSL(182, 10%, 72%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 10%, 72%) in CSS?
As HSL: color: hsl(2, 10%, 72%); — As HEX: color: #BFB1B0; — As RGB: color: rgb(191, 177, 176); — Tailwind CSS: bg-[hsl(2,10%,72%)] — CSS variable: --color-primary: hsl(2, 10%, 72%);