HSL(358, 40%, 56%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(358,40%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(358, 40%, 56%) | color: hsl(358, 40%, 56%) | |
| HEX | #BC6265 | color: #BC6265 | |
| RGB | rgb(188, 98, 101) | color: rgb(188, 98, 101) | |
| CMYK | cmyk(0%, 48%, 46%, 26%) | — | |
| HSV | hsv(358, 48%, 74%) | — | |
| HWB | hwb(358 38% 26%) | color: hwb(358 38% 26%) | |
| OKLCH | oklch(0.6023 0.1157 19.04) | color: oklch(0.6023 0.1157 19.04) | |
| Lab | lab(52.25 36.34 14.85) | color: lab(52.25 36.34 14.85) | |
| LCH | lch(52.25 39.26 22.23) | color: lch(52.25 39.26 22.23) |
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)
#959464 — rgb(149, 148, 100)
Deuteranopia (Green-blind)
#9AA164 — rgb(154, 161, 100)
Tritanopia (Blue-blind)
#B86464 — rgb(184, 100, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(358, 40%, 56%);
text
color: hsl(358, 40%, 56%);
border
border: 2px solid hsl(358, 40%, 56%);
gradient light
background: linear-gradient(to right, hsl(358, 40%, 76%), hsl(358, 40%, 56%));
gradient dark
background: linear-gradient(to right, hsl(358, 40%, 56%), hsl(358, 40%, 36%))
hex
background-color: #BC6265;
tailwind
bg-[hsl(358,40%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(358, 40%, 56%, 0.4);
css variable
--color-primary: hsl(358, 40%, 56%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(358, 40%, 56%)?
HEX: #BC6265 | RGB: rgb(188, 98, 101) | CMYK: 0%, 48%, 46%, 26% | HSV: 358°, 48%, 74%. Copy any format from the conversion table above.
What colors go well with #BC6265?
The complementary color is HSL(178, 40%, 56%). 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%, 56%) in CSS?
As HSL: color: hsl(358, 40%, 56%); — As HEX: color: #BC6265; — As RGB: color: rgb(188, 98, 101); — Tailwind CSS: bg-[hsl(358,40%,56%)] — CSS variable: --color-primary: hsl(358, 40%, 56%);