HSL(357, 95%, 15%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,95%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 95%, 15%) | color: hsl(357, 95%, 15%) | |
| HEX | #4B0206 | color: #4B0206 | |
| RGB | rgb(75, 2, 6) | color: rgb(75, 2, 6) | |
| CMYK | cmyk(0%, 97%, 92%, 71%) | — | |
| HSV | hsv(357, 97%, 29%) | — | |
| HWB | hwb(357 1% 71%) | color: hwb(357 1% 71%) | |
| OKLCH | oklch(0.2621 0.1034 25.64) | color: oklch(0.2621 0.1034 25.64) | |
| Lab | lab(12.94 32.51 17.79) | color: lab(12.94 32.51 17.79) | |
| LCH | lch(12.94 37.06 28.69) | color: lch(12.94 37.06 28.69) |
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)
#2B2B05 — rgb(43, 43, 5)
Deuteranopia (Green-blind)
#303505 — rgb(48, 53, 5)
Tritanopia (Blue-blind)
#470404 — rgb(71, 4, 4)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 95%, 15%);
text
color: hsl(357, 95%, 15%);
border
border: 2px solid hsl(357, 95%, 15%);
gradient light
background: linear-gradient(to right, hsl(357, 95%, 35%), hsl(357, 95%, 15%));
gradient dark
background: linear-gradient(to right, hsl(357, 95%, 15%), hsl(357, 95%, 0%))
hex
background-color: #4B0206;
tailwind
bg-[hsl(357,95%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 95%, 15%, 0.4);
css variable
--color-primary: hsl(357, 95%, 15%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 95%, 15%)?
HEX: #4B0206 | RGB: rgb(75, 2, 6) | CMYK: 0%, 97%, 92%, 71% | HSV: 357°, 97%, 29%. Copy any format from the conversion table above.
What colors go well with #4B0206?
The complementary color is HSL(177, 95%, 15%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 95%, 15%) in CSS?
As HSL: color: hsl(357, 95%, 15%); — As HEX: color: #4B0206; — As RGB: color: rgb(75, 2, 6); — Tailwind CSS: bg-[hsl(357,95%,15%)] — CSS variable: --color-primary: hsl(357, 95%, 15%);