HSL(8, 26%, 64%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(8,26%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(8, 26%, 64%) | color: hsl(8, 26%, 64%) | |
| HEX | #BB928B | color: #BB928B | |
| RGB | rgb(187, 146, 139) | color: rgb(187, 146, 139) | |
| CMYK | cmyk(0%, 22%, 26%, 27%) | — | |
| HSV | hsv(9, 26%, 73%) | — | |
| HWB | hwb(9 54% 27%) | color: hwb(9 54% 27%) | |
| OKLCH | oklch(0.6964 0.0509 29.55) | color: oklch(0.6964 0.0509 29.55) | |
| Lab | lab(64.15 14.37 9.63) | color: lab(64.15 14.37 9.63) | |
| LCH | lch(64.15 17.3 33.83) | color: lch(64.15 17.3 33.83) |
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)
#A9A98D — rgb(169, 169, 141)
Deuteranopia (Green-blind)
#ACAF8D — rgb(172, 175, 141)
Tritanopia (Blue-blind)
#B98E8E — rgb(185, 142, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(8, 26%, 64%);
text
color: hsl(8, 26%, 64%);
border
border: 2px solid hsl(8, 26%, 64%);
gradient light
background: linear-gradient(to right, hsl(8, 26%, 84%), hsl(8, 26%, 64%));
gradient dark
background: linear-gradient(to right, hsl(8, 26%, 64%), hsl(8, 26%, 44%))
hex
background-color: #BB928B;
tailwind
bg-[hsl(8,26%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(8, 26%, 64%, 0.4);
css variable
--color-primary: hsl(8, 26%, 64%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(8, 26%, 64%)?
HEX: #BB928B | RGB: rgb(187, 146, 139) | CMYK: 0%, 22%, 26%, 27% | HSV: 9°, 26%, 73%. Copy any format from the conversion table above.
What colors go well with #BB928B?
The complementary color is HSL(188, 26%, 64%). For a triadic harmony, use hues 8°, 128°, and 248°. For analogous combinations, try hues 338° and 38°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(8, 26%, 64%) in CSS?
As HSL: color: hsl(8, 26%, 64%); — As HEX: color: #BB928B; — As RGB: color: rgb(187, 146, 139); — Tailwind CSS: bg-[hsl(8,26%,64%)] — CSS variable: --color-primary: hsl(8, 26%, 64%);