HSL(346, 48%, 15%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(346,48%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(346, 48%, 15%) | color: hsl(346, 48%, 15%) | |
| HEX | #39141C | color: #39141C | |
| RGB | rgb(57, 20, 28) | color: rgb(57, 20, 28) | |
| CMYK | cmyk(0%, 65%, 51%, 78%) | — | |
| HSV | hsv(347, 65%, 22%) | — | |
| HWB | hwb(347 8% 78%) | color: hwb(347 8% 78%) | |
| OKLCH | oklch(0.2516 0.0593 8.9) | color: oklch(0.2516 0.0593 8.9) | |
| Lab | lab(12.31 19.3 3.51) | color: lab(12.31 19.3 3.51) | |
| LCH | lch(12.31 19.62 10.31) | color: lch(12.31 19.62 10.31) |
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)
#29291A — rgb(41, 41, 26)
Deuteranopia (Green-blind)
#2B2E1A — rgb(43, 46, 26)
Tritanopia (Blue-blind)
#371918 — rgb(55, 25, 24)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(346, 48%, 15%);
text
color: hsl(346, 48%, 15%);
border
border: 2px solid hsl(346, 48%, 15%);
gradient light
background: linear-gradient(to right, hsl(346, 48%, 35%), hsl(346, 48%, 15%));
gradient dark
background: linear-gradient(to right, hsl(346, 48%, 15%), hsl(346, 48%, 0%))
hex
background-color: #39141C;
tailwind
bg-[hsl(346,48%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(346, 48%, 15%, 0.4);
css variable
--color-primary: hsl(346, 48%, 15%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(346, 48%, 15%)?
HEX: #39141C | RGB: rgb(57, 20, 28) | CMYK: 0%, 65%, 51%, 78% | HSV: 347°, 65%, 22%. Copy any format from the conversion table above.
What colors go well with #39141C?
The complementary color is HSL(166, 48%, 15%). 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, 48%, 15%) in CSS?
As HSL: color: hsl(346, 48%, 15%); — As HEX: color: #39141C; — As RGB: color: rgb(57, 20, 28); — Tailwind CSS: bg-[hsl(346,48%,15%)] — CSS variable: --color-primary: hsl(346, 48%, 15%);