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