HSL(317, 80%, 14%)
Very Dark Pink — Pink color
Adjust Color
Color Information
Color Name
Very Dark Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(317,80%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(317, 80%, 14%) | color: hsl(317, 80%, 14%) | |
| HEX | #400730 | color: #400730 | |
| RGB | rgb(64, 7, 48) | color: rgb(64, 7, 48) | |
| CMYK | cmyk(0%, 89%, 25%, 75%) | — | |
| HSV | hsv(317, 89%, 25%) | — | |
| HWB | hwb(317 3% 75%) | color: hwb(317 3% 75%) | |
| OKLCH | oklch(0.2572 0.0978 342.21) | color: oklch(0.2572 0.0978 342.21) | |
| Lab | lab(12.32 30.93 -11.12) | color: lab(12.32 30.93 -11.12) | |
| LCH | lch(12.32 32.87 340.23) | color: lch(12.32 32.87 340.23) |
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)
#272726 — rgb(39, 39, 38)
Deuteranopia (Green-blind)
#2B2F24 — rgb(43, 47, 36)
Tritanopia (Blue-blind)
#3D1E1D — rgb(61, 30, 29)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(317, 80%, 14%);
text
color: hsl(317, 80%, 14%);
border
border: 2px solid hsl(317, 80%, 14%);
gradient light
background: linear-gradient(to right, hsl(317, 80%, 34%), hsl(317, 80%, 14%));
gradient dark
background: linear-gradient(to right, hsl(317, 80%, 14%), hsl(317, 80%, 0%))
hex
background-color: #400730;
tailwind
bg-[hsl(317,80%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(317, 80%, 14%, 0.4);
css variable
--color-primary: hsl(317, 80%, 14%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(317, 80%, 14%)?
HEX: #400730 | RGB: rgb(64, 7, 48) | CMYK: 0%, 89%, 25%, 75% | HSV: 317°, 89%, 25%. Copy any format from the conversion table above.
What colors go well with #400730?
The complementary color is HSL(137, 80%, 14%). For a triadic harmony, use hues 317°, 77°, and 197°. For analogous combinations, try hues 287° and 347°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(317, 80%, 14%) in CSS?
As HSL: color: hsl(317, 80%, 14%); — As HEX: color: #400730; — As RGB: color: rgb(64, 7, 48); — Tailwind CSS: bg-[hsl(317,80%,14%)] — CSS variable: --color-primary: hsl(317, 80%, 14%);