HSL(351, 37%, 55%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(351,37%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 37%, 55%) | color: hsl(351, 37%, 55%) | |
| HEX | #B7626F | color: #B7626F | |
| RGB | rgb(183, 98, 111) | color: rgb(183, 98, 111) | |
| CMYK | cmyk(0%, 46%, 39%, 28%) | — | |
| HSV | hsv(351, 46%, 72%) | — | |
| HWB | hwb(351 39% 28%) | color: hwb(351 39% 28%) | |
| OKLCH | oklch(0.5981 0.1099 11.23) | color: oklch(0.5981 0.1099 11.23) | |
| Lab | lab(51.78 35.56 8.18) | color: lab(51.78 35.56 8.18) | |
| LCH | lch(51.78 36.49 12.95) | color: lch(51.78 36.49 12.95) |
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)
#92916C — rgb(146, 145, 108)
Deuteranopia (Green-blind)
#979E6B — rgb(151, 158, 107)
Tritanopia (Blue-blind)
#B36969 — rgb(179, 105, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 37%, 55%);
text
color: hsl(351, 37%, 55%);
border
border: 2px solid hsl(351, 37%, 55%);
gradient light
background: linear-gradient(to right, hsl(351, 37%, 75%), hsl(351, 37%, 55%));
gradient dark
background: linear-gradient(to right, hsl(351, 37%, 55%), hsl(351, 37%, 35%))
hex
background-color: #B7626F;
tailwind
bg-[hsl(351,37%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 37%, 55%, 0.4);
css variable
--color-primary: hsl(351, 37%, 55%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(351, 37%, 55%)?
HEX: #B7626F | RGB: rgb(183, 98, 111) | CMYK: 0%, 46%, 39%, 28% | HSV: 351°, 46%, 72%. Copy any format from the conversion table above.
What colors go well with #B7626F?
The complementary color is HSL(171, 37%, 55%). For a triadic harmony, use hues 351°, 111°, and 231°. For analogous combinations, try hues 321° and 21°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(351, 37%, 55%) in CSS?
As HSL: color: hsl(351, 37%, 55%); — As HEX: color: #B7626F; — As RGB: color: rgb(183, 98, 111); — Tailwind CSS: bg-[hsl(351,37%,55%)] — CSS variable: --color-primary: hsl(351, 37%, 55%);