HSL(351, 87%, 30%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(351,87%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 87%, 30%) | color: hsl(351, 87%, 30%) | |
| HEX | #8F0A1E | color: #8F0A1E | |
| RGB | rgb(143, 10, 30) | color: rgb(143, 10, 30) | |
| CMYK | cmyk(0%, 93%, 79%, 44%) | — | |
| HSV | hsv(351, 93%, 56%) | — | |
| HWB | hwb(351 4% 44%) | color: hwb(351 4% 44%) | |
| OKLCH | oklch(0.4147 0.1611 22.53) | color: oklch(0.4147 0.1611 22.53) | |
| Lab | lab(29.79 51.14 28) | color: lab(29.79 51.14 28) | |
| LCH | lch(29.79 58.3 28.7) | color: lch(29.79 58.3 28.7) |
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)
#555419 — rgb(85, 84, 25)
Deuteranopia (Green-blind)
#5D6718 — rgb(93, 103, 24)
Tritanopia (Blue-blind)
#881515 — rgb(136, 21, 21)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 87%, 30%);
text
color: hsl(351, 87%, 30%);
border
border: 2px solid hsl(351, 87%, 30%);
gradient light
background: linear-gradient(to right, hsl(351, 87%, 50%), hsl(351, 87%, 30%));
gradient dark
background: linear-gradient(to right, hsl(351, 87%, 30%), hsl(351, 87%, 10%))
hex
background-color: #8F0A1E;
tailwind
bg-[hsl(351,87%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 87%, 30%, 0.4);
css variable
--color-primary: hsl(351, 87%, 30%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(351, 87%, 30%)?
HEX: #8F0A1E | RGB: rgb(143, 10, 30) | CMYK: 0%, 93%, 79%, 44% | HSV: 351°, 93%, 56%. Copy any format from the conversion table above.
What colors go well with #8F0A1E?
The complementary color is HSL(171, 87%, 30%). 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, 87%, 30%) in CSS?
As HSL: color: hsl(351, 87%, 30%); — As HEX: color: #8F0A1E; — As RGB: color: rgb(143, 10, 30); — Tailwind CSS: bg-[hsl(351,87%,30%)] — CSS variable: --color-primary: hsl(351, 87%, 30%);