HSL(0, 40%, 58%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(0,40%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(0, 40%, 58%) | color: hsl(0, 40%, 58%) | |
| HEX | #BF6969 | color: #BF6969 | |
| RGB | rgb(191, 105, 105) | color: rgb(191, 105, 105) | |
| CMYK | cmyk(0%, 45%, 45%, 25%) | — | |
| HSV | hsv(0, 45%, 75%) | — | |
| HWB | hwb(0 41% 25%) | color: hwb(0 41% 25%) | |
| OKLCH | oklch(0.6186 0.11 20.72) | color: oklch(0.6186 0.11 20.72) | |
| Lab | lab(54.24 34.19 15.31) | color: lab(54.24 34.19 15.31) | |
| LCH | lch(54.24 37.46 24.12) | color: lch(54.24 37.46 24.12) |
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)
#9A9969 — rgb(154, 153, 105)
Deuteranopia (Green-blind)
#9FA569 — rgb(159, 165, 105)
Tritanopia (Blue-blind)
#BB6969 — rgb(187, 105, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(0, 40%, 58%);
text
color: hsl(0, 40%, 58%);
border
border: 2px solid hsl(0, 40%, 58%);
gradient light
background: linear-gradient(to right, hsl(0, 40%, 78%), hsl(0, 40%, 58%));
gradient dark
background: linear-gradient(to right, hsl(0, 40%, 58%), hsl(0, 40%, 38%))
hex
background-color: #BF6969;
tailwind
bg-[hsl(0,40%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(0, 40%, 58%, 0.4);
css variable
--color-primary: hsl(0, 40%, 58%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(0, 40%, 58%)?
HEX: #BF6969 | RGB: rgb(191, 105, 105) | CMYK: 0%, 45%, 45%, 25% | HSV: 0°, 45%, 75%. Copy any format from the conversion table above.
What colors go well with #BF6969?
The complementary color is HSL(180, 40%, 58%). For a triadic harmony, use hues 0°, 120°, and 240°. For analogous combinations, try hues 330° and 30°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(0, 40%, 58%) in CSS?
As HSL: color: hsl(0, 40%, 58%); — As HEX: color: #BF6969; — As RGB: color: rgb(191, 105, 105); — Tailwind CSS: bg-[hsl(0,40%,58%)] — CSS variable: --color-primary: hsl(0, 40%, 58%);