HSL(346, 50%, 48%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(346,50%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(346, 50%, 48%) | color: hsl(346, 50%, 48%) | |
| HEX | #B83D5A | color: #B83D5A | |
| RGB | rgb(184, 61, 90) | color: rgb(184, 61, 90) | |
| CMYK | cmyk(0%, 67%, 51%, 28%) | — | |
| HSV | hsv(346, 67%, 72%) | — | |
| HWB | hwb(346 24% 28%) | color: hwb(346 24% 28%) | |
| OKLCH | oklch(0.5428 0.1589 10.03) | color: oklch(0.5428 0.1589 10.03) | |
| Lab | lab(44.62 51.57 10.8) | color: lab(44.62 51.57 10.8) | |
| LCH | lch(44.62 52.69 11.83) | color: lch(44.62 52.69 11.83) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#838253 — rgb(131, 130, 83)
Deuteranopia (Green-blind)
#8A9351 — rgb(138, 147, 81)
Tritanopia (Blue-blind)
#B24D4C — rgb(178, 77, 76)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(346, 50%, 48%);
text
color: hsl(346, 50%, 48%);
border
border: 2px solid hsl(346, 50%, 48%);
gradient light
background: linear-gradient(to right, hsl(346, 50%, 68%), hsl(346, 50%, 48%));
gradient dark
background: linear-gradient(to right, hsl(346, 50%, 48%), hsl(346, 50%, 28%))
hex
background-color: #B83D5A;
tailwind
bg-[hsl(346,50%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(346, 50%, 48%, 0.4);
css variable
--color-primary: hsl(346, 50%, 48%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(346, 50%, 48%)?
HEX: #B83D5A | RGB: rgb(184, 61, 90) | CMYK: 0%, 67%, 51%, 28% | HSV: 346°, 67%, 72%. Copy any format from the conversion table above.
What colors go well with #B83D5A?
The complementary color is HSL(166, 50%, 48%). For a triadic harmony, use hues 346°, 106°, and 226°. For analogous combinations, try hues 316° and 16°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(346, 50%, 48%) in CSS?
As HSL: color: hsl(346, 50%, 48%); — As HEX: color: #B83D5A; — As RGB: color: rgb(184, 61, 90); — Tailwind CSS: bg-[hsl(346,50%,48%)] — CSS variable: --color-primary: hsl(346, 50%, 48%);