HSL(351, 39%, 15%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(351,39%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 39%, 15%) | color: hsl(351, 39%, 15%) | |
| HEX | #35171C | color: #35171C | |
| RGB | rgb(53, 23, 28) | color: rgb(53, 23, 28) | |
| CMYK | cmyk(0%, 57%, 47%, 79%) | — | |
| HSV | hsv(350, 57%, 21%) | — | |
| HWB | hwb(350 9% 79%) | color: hwb(350 9% 79%) | |
| OKLCH | oklch(0.2501 0.0483 10.64) | color: oklch(0.2501 0.0483 10.64) | |
| Lab | lab(12.31 15.65 3.4) | color: lab(12.31 15.65 3.4) | |
| LCH | lch(12.31 16.02 12.26) | color: lch(12.31 16.02 12.26) |
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)
#28281B — rgb(40, 40, 27)
Deuteranopia (Green-blind)
#2A2C1B — rgb(42, 44, 27)
Tritanopia (Blue-blind)
#341A1A — rgb(52, 26, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 39%, 15%);
text
color: hsl(351, 39%, 15%);
border
border: 2px solid hsl(351, 39%, 15%);
gradient light
background: linear-gradient(to right, hsl(351, 39%, 35%), hsl(351, 39%, 15%));
gradient dark
background: linear-gradient(to right, hsl(351, 39%, 15%), hsl(351, 39%, 0%))
hex
background-color: #35171C;
tailwind
bg-[hsl(351,39%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 39%, 15%, 0.4);
css variable
--color-primary: hsl(351, 39%, 15%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(351, 39%, 15%)?
HEX: #35171C | RGB: rgb(53, 23, 28) | CMYK: 0%, 57%, 47%, 79% | HSV: 350°, 57%, 21%. Copy any format from the conversion table above.
What colors go well with #35171C?
The complementary color is HSL(171, 39%, 15%). 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, 39%, 15%) in CSS?
As HSL: color: hsl(351, 39%, 15%); — As HEX: color: #35171C; — As RGB: color: rgb(53, 23, 28); — Tailwind CSS: bg-[hsl(351,39%,15%)] — CSS variable: --color-primary: hsl(351, 39%, 15%);