HSL(346, 77%, 38%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(346,77%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(346, 77%, 38%) | color: hsl(346, 77%, 38%) | |
| HEX | #AC1639 | color: #AC1639 | |
| RGB | rgb(172, 22, 57) | color: rgb(172, 22, 57) | |
| CMYK | cmyk(0%, 87%, 67%, 33%) | — | |
| HSV | hsv(346, 87%, 67%) | — | |
| HWB | hwb(346 9% 33%) | color: hwb(346 9% 33%) | |
| OKLCH | oklch(0.4814 0.1804 16.19) | color: oklch(0.4814 0.1804 16.19) | |
| Lab | lab(37.19 58.07 21.15) | color: lab(37.19 58.07 21.15) | |
| LCH | lch(37.19 61.8 20.01) | color: lch(37.19 61.8 20.01) |
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)
#6B6A31 — rgb(107, 106, 49)
Deuteranopia (Green-blind)
#747F2F — rgb(116, 127, 47)
Tritanopia (Blue-blind)
#A52A28 — rgb(165, 42, 40)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(346, 77%, 38%);
text
color: hsl(346, 77%, 38%);
border
border: 2px solid hsl(346, 77%, 38%);
gradient light
background: linear-gradient(to right, hsl(346, 77%, 58%), hsl(346, 77%, 38%));
gradient dark
background: linear-gradient(to right, hsl(346, 77%, 38%), hsl(346, 77%, 18%))
hex
background-color: #AC1639;
tailwind
bg-[hsl(346,77%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(346, 77%, 38%, 0.4);
css variable
--color-primary: hsl(346, 77%, 38%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(346, 77%, 38%)?
HEX: #AC1639 | RGB: rgb(172, 22, 57) | CMYK: 0%, 87%, 67%, 33% | HSV: 346°, 87%, 67%. Copy any format from the conversion table above.
What colors go well with #AC1639?
The complementary color is HSL(166, 77%, 38%). 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, 77%, 38%) in CSS?
As HSL: color: hsl(346, 77%, 38%); — As HEX: color: #AC1639; — As RGB: color: rgb(172, 22, 57); — Tailwind CSS: bg-[hsl(346,77%,38%)] — CSS variable: --color-primary: hsl(346, 77%, 38%);