HSL(347, 55%, 48%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(347,55%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(347, 55%, 48%) | color: hsl(347, 55%, 48%) | |
| HEX | #BE3754 | color: #BE3754 | |
| RGB | rgb(190, 55, 84) | color: rgb(190, 55, 84) | |
| CMYK | cmyk(0%, 71%, 56%, 25%) | — | |
| HSV | hsv(347, 71%, 75%) | — | |
| HWB | hwb(347 22% 25%) | color: hwb(347 22% 25%) | |
| OKLCH | oklch(0.5449 0.1711 12.5) | color: oklch(0.5449 0.1711 12.5) | |
| Lab | lab(44.69 55.32 14.78) | color: lab(44.69 55.32 14.78) | |
| LCH | lch(44.69 57.26 14.96) | color: lch(44.69 57.26 14.96) |
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)
#84824D — rgb(132, 130, 77)
Deuteranopia (Green-blind)
#8B964B — rgb(139, 150, 75)
Tritanopia (Blue-blind)
#B74746 — rgb(183, 71, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(347, 55%, 48%);
text
color: hsl(347, 55%, 48%);
border
border: 2px solid hsl(347, 55%, 48%);
gradient light
background: linear-gradient(to right, hsl(347, 55%, 68%), hsl(347, 55%, 48%));
gradient dark
background: linear-gradient(to right, hsl(347, 55%, 48%), hsl(347, 55%, 28%))
hex
background-color: #BE3754;
tailwind
bg-[hsl(347,55%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(347, 55%, 48%, 0.4);
css variable
--color-primary: hsl(347, 55%, 48%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(347, 55%, 48%)?
HEX: #BE3754 | RGB: rgb(190, 55, 84) | CMYK: 0%, 71%, 56%, 25% | HSV: 347°, 71%, 75%. Copy any format from the conversion table above.
What colors go well with #BE3754?
The complementary color is HSL(167, 55%, 48%). For a triadic harmony, use hues 347°, 107°, and 227°. For analogous combinations, try hues 317° and 17°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(347, 55%, 48%) in CSS?
As HSL: color: hsl(347, 55%, 48%); — As HEX: color: #BE3754; — As RGB: color: rgb(190, 55, 84); — Tailwind CSS: bg-[hsl(347,55%,48%)] — CSS variable: --color-primary: hsl(347, 55%, 48%);