HSL(358, 100%, 14%)
Very Dark Red — Red color
Adjust Color
Color Information
Color Name
Very Dark Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(358,100%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(358, 100%, 14%) | color: hsl(358, 100%, 14%) | |
| HEX | #470002 | color: #470002 | |
| RGB | rgb(71, 0, 2) | color: rgb(71, 0, 2) | |
| CMYK | cmyk(0%, 100%, 97%, 72%) | — | |
| HSV | hsv(358, 100%, 28%) | — | |
| HWB | hwb(358 0% 72%) | color: hwb(358 0% 72%) | |
| OKLCH | oklch(0.2502 0.1021 27.51) | color: oklch(0.2502 0.1021 27.51) | |
| Lab | lab(11.58 31.95 17.4) | color: lab(11.58 31.95 17.4) | |
| LCH | lch(11.58 36.38 28.57) | color: lch(11.58 36.38 28.57) |
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)
#282802 — rgb(40, 40, 2)
Deuteranopia (Green-blind)
#2C3201 — rgb(44, 50, 1)
Tritanopia (Blue-blind)
#430101 — rgb(67, 1, 1)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(358, 100%, 14%);
text
color: hsl(358, 100%, 14%);
border
border: 2px solid hsl(358, 100%, 14%);
gradient light
background: linear-gradient(to right, hsl(358, 100%, 34%), hsl(358, 100%, 14%));
gradient dark
background: linear-gradient(to right, hsl(358, 100%, 14%), hsl(358, 100%, 0%))
hex
background-color: #470002;
tailwind
bg-[hsl(358,100%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(358, 100%, 14%, 0.4);
css variable
--color-primary: hsl(358, 100%, 14%);
Related Colors
Use Cases for Very Dark Red
Frequently Asked Questions
What are all the color codes for HSL(358, 100%, 14%)?
HEX: #470002 | RGB: rgb(71, 0, 2) | CMYK: 0%, 100%, 97%, 72% | HSV: 358°, 100%, 28%. Copy any format from the conversion table above.
What colors go well with #470002?
The complementary color is HSL(178, 100%, 14%). For a triadic harmony, use hues 358°, 118°, and 238°. For analogous combinations, try hues 328° and 28°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(358, 100%, 14%) in CSS?
As HSL: color: hsl(358, 100%, 14%); — As HEX: color: #470002; — As RGB: color: rgb(71, 0, 2); — Tailwind CSS: bg-[hsl(358,100%,14%)] — CSS variable: --color-primary: hsl(358, 100%, 14%);