HSL(6, 20%, 67%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(6,20%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(6, 20%, 67%) | color: hsl(6, 20%, 67%) | |
| HEX | #BC9D9A | color: #BC9D9A | |
| RGB | rgb(188, 157, 154) | color: rgb(188, 157, 154) | |
| CMYK | cmyk(0%, 16%, 18%, 26%) | — | |
| HSV | hsv(5, 18%, 74%) | — | |
| HWB | hwb(5 61% 26%) | color: hwb(5 61% 26%) | |
| OKLCH | oklch(0.723 0.0372 24.55) | color: oklch(0.723 0.0372 24.55) | |
| Lab | lab(67.38 10.96 5.85) | color: lab(67.38 10.96 5.85) | |
| LCH | lch(67.38 12.42 28.09) | color: lch(67.38 12.42 28.09) |
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)
#AFAE9B — rgb(175, 174, 155)
Deuteranopia (Green-blind)
#B0B39B — rgb(176, 179, 155)
Tritanopia (Blue-blind)
#BA9B9B — rgb(186, 155, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(6, 20%, 67%);
text
color: hsl(6, 20%, 67%);
border
border: 2px solid hsl(6, 20%, 67%);
gradient light
background: linear-gradient(to right, hsl(6, 20%, 87%), hsl(6, 20%, 67%));
gradient dark
background: linear-gradient(to right, hsl(6, 20%, 67%), hsl(6, 20%, 47%))
hex
background-color: #BC9D9A;
tailwind
bg-[hsl(6,20%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(6, 20%, 67%, 0.4);
css variable
--color-primary: hsl(6, 20%, 67%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(6, 20%, 67%)?
HEX: #BC9D9A | RGB: rgb(188, 157, 154) | CMYK: 0%, 16%, 18%, 26% | HSV: 5°, 18%, 74%. Copy any format from the conversion table above.
What colors go well with #BC9D9A?
The complementary color is HSL(186, 20%, 67%). For a triadic harmony, use hues 6°, 126°, and 246°. For analogous combinations, try hues 336° and 36°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(6, 20%, 67%) in CSS?
As HSL: color: hsl(6, 20%, 67%); — As HEX: color: #BC9D9A; — As RGB: color: rgb(188, 157, 154); — Tailwind CSS: bg-[hsl(6,20%,67%)] — CSS variable: --color-primary: hsl(6, 20%, 67%);